VRJam2017

Useful links:

Unity + Git:

Setup smart merge to make sure Git can merge unity scenes and prefabs. This requires editing .git/config in the git repository.

VRTK:

To make the VR mode work in any scene:

  1. Add Assets/VRJam2017/Prefabs/VRTK/VRTK_SDKManager.prefab to the scene.
  2. Add Assets/VRJam2017/Prefabs/VRTK/VRTK_SteamVRSetup.prefab to the scene.

To make sure the VR mode is correctly disabled (it will mess with the mainCamera if you don't):

  1. Add Assets/VRJam2017/Prefabs/VRTK/DisableVR.prefab to the scene.