Community
Topic: Unity 3D Plugin
Camera does not work on iPhone (SOLVED)
- Everything works on android;
- Download license for ios and put in StreamingAssets;
- iOS bundle ID set as in license;
- Gave access to the camera - Camera Usage Description;
The application launched on the iPhone. Request access to the camera - Ok. Next is a white screen and nothing works...
Hi,
Did you enable OpenGl ES3 or 2?
In Player Settings, Other Settings you need to deselect Auto Graphics API option and leave only OpenGLES2 or OpenGLES3.
As of this time the current version of the SDK doesn't yet support Metal.
Best Regards,
Support Team
Thanks! It helped. I missed this point in the instructions.