#Launch a Unity app from another Unity app on Meta Quest
1 messages · Page 1 of 1 (latest)
So far, I've found:
https://stackoverflow.com/questions/50124561/launch-vr-oculus-app-from-another-vr-oculus-app
I have 2 apps developed in Unity/C# for VR/Oculus
I want to launch one from another
(both of them aren't in the offical Oculus store yet).
I found this guide: Integrate App Deeplinking
Is it th...
i am trying to launch a VR Android Application using OVR that was built in Unity3D. I want the Unity Application to be part of the android app, and not two separate applications.
To do this, i expo...
I'm trying to integrate the new App-To-App Deeplink feature in the Oculus Platform SDK and I'm not sure what is required for this to work. var options = new ApplicationOptions(); var result = Oculus.Platform.Application.LaunchOtherApp(1257029974329451, options); //Launch Rec Roomresult returns null...