Posts

Showing posts with the label LinkedAliasAssociationCollection

Using Unity to Develop VR experiences -OVR camera

Image
 https://learn.unity.com/tutorial/unit-3-using-unity-to-develop-vr-experiences?uv=2018.4&courseId=5d955b5dedbc2a319caab9a0#5d95596dedbc2a06804dd48e https://learn.unity.com/tutorial/unit-3-using-unity-to-develop-vr-experiences?uv=2018.4&courseId=5d955b5dedbc2a319caab9a0#5d967d9cedbc2a2d9fcf75c0 VRTK - updated in Github  https://github.com/xrsutd/Getting-Started-With-VRTK. Has to be added manually in code. Create Unity project using 2018.4.28 LTS (for the purposes of the tutorial) Download Oculus Integration from the Asset store Package manager Oculus desktop Navigate through explorer to the project packages file. Right click and open 'manifest' text file Copy paste this under the first {add: "scopedRegistries": [  {  "name": "npmjs",  "url": "https://registry.npmjs.org/",  "scopes": [  "io.extendreality"  ]  }  ], add the following entries to the dependencies section  "io.extendreality.vrtk.prefab...