Nabla VR
DiscordRoadmapMarketplace
VR Immersive Hands v2.3
VR Immersive Hands v2.3
  • VR Immersive Hands
  • Overview
    • Tutorials
    • Changelog
    • Open Cases
    • Compatibility
    • Legal
  • Features
    • Animated Hands and Controllers (HAC)
      • HAC Components
      • HACs
    • Hint
      • Hand and Controller Hint
      • World Hint
    • Grab System
      • Core Component
        • Grab Point Constructor
        • Grab Action
      • Placeable Component
      • Placeable Base Component
      • Respawn Component
      • Physics Sound Component
    • Other Features
      • VR Pawn
      • Control Rig
      • VR Console
      • Interaction Component
      • Auto Scroll
  • Guides
    • Migrating
      • If You Only Want HAC (Optional)
      • How to Use Your Own Pawn (Optional)
    • Adding a New Hand
    • Adding a New Controller
Powered by GitBook
On this page
  • Quick Start
  • Cleaning Up Before Migrating
  • Migrating Input Mappings

Was this helpful?

  1. Guides

Migrating

PreviousAuto ScrollNextIf You Only Want HAC (Optional)

Last updated 4 years ago

Was this helpful?

Quick Start

Cleaning Up Before Migrating

DemoRoom folder is not needed for the content to work and we recommend you to delete it before migrating. Shut down the editor and delete DemoRoom folder manually. It should not give you any warning.

Editor sometimes thinks that it successfully deleted files if source control is enabled. But when the editor restarts, they would not be deleted. If this happens, make sure every file is not Read-Only and source control is disabled.

Migrating Input Mappings

We wanted this content to be an Asset Pack but it wasn’t possible because we had to include input mappings as well.

  1. Open DefaultInput.ini in Config folder.

  2. Copy everything that starts with AxisConfig, ActionMappings and Axis Mappings. Then paste it in your project’s DefaultInput.ini in Config folder.

  3. You should now have every input mapping in your Project Settings > Input.

You can follow the additional optional guides if you only want the HAC feature or implement it to your own pawn.

It's done

🥳
If You Only Want HAC (Optional)
How to Use Your Own Pawn (Optional)