arumogina
7 years agoExplorer
Update your app id by selecting 'Oculus Platform' -> 'Edit Settings'
I use Oculus Integration for VoiceChat.
I have set AppID on OculusPlatformSetting
But, when I call "Core.Initialize();" ,below message appear.
(ConnectManager.cs:26 => Core.Initialize();)
I have set AppID on OculusPlatformSetting
But, when I call "Core.Initialize();" ,below message appear.
UnityException: Update your app id by selecting 'Oculus Platform' -> 'Edit Settings'
Oculus.Platform.Core.getAppID (System.String appId) (at Assets/Oculus/Platform/Scripts/Platform.cs:37)
Oculus.Platform.Core.Initialize (System.String appId) (at Assets/Oculus/Platform/Scripts/Platform.cs:101)
MagicDuel.ConnectManager.Start () (at Assets/My/VsPlayer/VoiceChat/ConnectManager.cs:26)
(ConnectManager.cs:26 => Core.Initialize();)