Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Octonic's avatar
Octonic
Protege
4 years ago

How to enable mixed reality capture with iPhone in Unity?

Hello, 
I have been trying to get the new v35 iPhone mixed reality capability working, however, I have had no luck. 
I'm not sure what I need to do as I have already enabled mixed reality in OVRManager and also added the following in Start(): 

if (!Oculus.Platform.Core.IsInitialized())
{
Oculus.Platform.Core.Initialize();
}

OVRPlugin.Media.SetPlatformInitialized();
The app on the iPhone just says that mixed reality is not supported. 

3 Replies

Replies have been turned off for this discussion
    • Octonic's avatar
      Octonic
      Protege

      DanRaySN Yeah, I am using the iPhone SE - 2nd version. The mrc works for beat saber, but not my app. Based on what I have read it seems that the functionality should work out of the box by enabling mrc in unity, but perhaps I am missing something? I have also tested the sample mrc scene which results in just a static screen on the phone. 

  • Anonymous's avatar
    Anonymous

    i've got a 13 pro max and i can't seem to even find the option. I have live overlay, and i have access to the mobile mixed reality capture app in my library but it doesn't initiate anything on the phone side.