Hi Mates
I have integrated Easy AR IOS Project to my existing IOS Project .The project compiles successfully but when tried to access camera the screen opens in black .I have given all the permission required for the camera and photos in plist. I'm using Xcode 8.3.1
This is the error what I'm getting in the console.
EasyAR is running with an unsupported graphics API of type -4
UnityEngineInternal.WebRequestUtils:.cctor()
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Debug:LogErrorFormat(Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
System.Collections.ObjectModel.Collection`1:InsertItem(Int32, T)
UnityEngine.Debug:LogWarning(Object)
EasyAR.ARCameraBaseBehaviour:Update()
UnityEngineInternal.WebRequestUtils:.cctor()
System.Collections.Generic.HashSet`1:GetEnumerator()
System.Collections.Generic.HashSet`1:GetEnumerator()
System.Collections.Generic.HashSet`1:GetEnumerator()
HutongGames.PlayMaker.Actions.GetIPhoneSettings:OnEnter()
I have tired to change the graphic API to auto in player setting but nothing change.
Thank You