Assignment for RMIT Mixed Reality in 2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
1.2 KiB

  1. # Ximmerse *(experimental)*
  2. ## Instructions for using Ximmerse
  3. * Download the [Ximmerse Unity SDK](https://github.com/Ximmerse/SDK/tree/master/Unity) from the Ximmerse SDK Github page.
  4. * Import the `XIMxxx.unitypackage`.
  5. * Follow the initial [Getting Started](/Assets/VRTK/Documentation/GETTING_STARTED.md) steps and then add the `VRCameraRig` prefab from the [Ximmerse Unity SDK](https://github.com/Ximmerse/SDK/tree/master/Unity) as a child of the SDK Setup GameObject.
  6. * It is recommened to use `Floor Level` as the `Tracking Origin Type`, with the position of `VRCameraRig` set to `(0f, 0f, 0f)`. `Eye Level` can also be used, in this case it is recommended to set the position to `(0f, 1.675f, 0f)`.
  7. * Make sure `SimplePicker` is **not** attached to any of the GameObjects `cobra02-L` and `cobra02-R`. `SimplePicker` is provided by the Ximmerse SDK but using the script may break VRTK's grab functionality.
  8. * Switch the build settings in `File > Build Settings...` to `Android`.
  9. > Currently Ximmerse 6DOF tracking is only supported on Android. 3DOF tracking is supported on both iOS and Android. Ximmerse are getting MFI certification from Apple at the moment.