Hi
I have been trying to implement Oculus IAP for a test Gear App.
When I call the very first `Initialize()` method:
there occurs an error saying:
In Editor Mode:
In Gear VR
I have setup App in Oculus dashboard and added App ID in Platform Settings in Unity Editor as well. I was following...
Oculus Platform Sdk Initialization for Gear VR not working
I have been trying to implement Oculus IAP for a test Gear App.
When I call the very first `Initialize()` method:
Code (CSharp):
- Oculus.Platform.Core.Initialize ();
In Editor Mode:
Code (CSharp):
- DllNotFoundException: LibOVRPlatform64_1
Code (CSharp):
- UnityEngine.UnityException:OculusPlatform failed to initialize.
Oculus Platform Sdk Initialization for Gear VR not working