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.

39 lines
1.7 KiB

  1. # Overview
  2. This example demonstrates creating a Voice Chat application using
  3. Oculus Platform Rooms (for invites), VOIP (sending and receiving
  4. microphone input) and Peer-to-Peer networking (sharing headset
  5. positions and rotations). The application works on both Rift
  6. and Gear VR. Also, by using an Application Grouping, users will be
  7. be able to chat cross-platform.
  8. # Application Setup
  9. 1. Open the Project in Unity 5.4 or later
  10. 2. Import the OculusPlatform Unity package
  11. ## Rift
  12. 1. Create your Rift application on the dashboard
  13. 2. Copy the Application ID into the Project (Main Menu -> Oculus Platform -> Edit Settings -> Oculus Rift App Id)
  14. ## GearVR
  15. 1. Create the GearVR application on the dashboard
  16. 2. Move the GearVR application into the Rift application's App Grouping
  17. 3. Copy the Application ID into the Project (Main Menu -> Oculus Platform -> Edit Settings -> Gear VR App Id)
  18. 4. Copy the OSIG files for the GearVR devices you are testing to Assets\Plugins\Android\Assets
  19. # Upload your builds
  20. Build executables from Unity and upload them to your Application Dashboard
  21. * Rift
  22. 1. Add the executable and data folder to a zip file
  23. 2. Upload the zip to the Alpha channel on your Dashboard
  24. 3. Set the executable name you chose in the zip file
  25. 4. Add Friends you are testing with as Subscribed Users for the Alpha channel
  26. * GearVR
  27. 1. Create an android keystore (if you don't have one) so Unity can sign the build. (Player Settings -> Publishing Settings)
  28. 2. Upload the apk to the Alpha channel on your Dashboard
  29. 1. Each apk you upload needs a new build number (Player Settings -> Other Settings)
  30. 4. Add Friends you are testing with as Subscribed Users for the Alpha channel