12-04-2017 07:17 PM
var options = new ApplicationOptions();
var result = Oculus.Platform.Application.LaunchOtherApp(1257029974329451, options); //Launch Rec Room
result returns null.12-04-2017 09:05 PM
Oculus.Platform.Core.Initialize();
01-13-2022 08:25 PM
Hi, I am trying to do what you did as well.
I want to open another app through my apps. I've tried to use the above code, but just doesn't work. The Oculus class doesn't exist. Where do you find the Oculus class? Thanks