/MagicOnionExample-OculusMobileVoiceChat

Social VR sample of Oculus Go and Oculus Quest using MagicOnion and UnityOpus.

Primary LanguageC#MIT LicenseMIT

OculusMobileVoiceChat using MagicOnion and UnityOpus

Social VR sample of Oculus Go and Oculus Quest using MagicOnion and UnityOpus.

demo

Dependency

Server

Unity

Usage

  1. Move to MagicOnionExample-OculusMobileVoiceChat/OculusMobileVoiceChat.Server with terminal,
    and start MagicOnion server as follows.
dotnet restore
dotnet run
  1. Open the MagicOnionExample-OculusMobileVoiceChat/OculusMobileVoiceChat.Unity folder with Unity.
  2. Import Oculus Integration from Unity Asset Store.
  3. Open the MagicOnionExample-OculusMobileVoiceChat/OculusMobileVoiceChat.Unity/Assets/Scenes/Room.unity scene.
  4. Rewrite Magic Onion Host field of VRRoomManager GameObject.
  5. Build and run Android with Oculus Go or Oculus Quest connected.
  6. Rewriting the source code as you like, Have fun!