I created a small application in Unity using the Vuforia SDK. It recognizes the image and projects a 3D model on top of it. I can run the application in the Unity editor, but the problem occurs when I try to create an iOS project and run the application on the device.
I try to run it on iPhone X (iOS version 11.3) and this is the error I get when starting the application:
VideoBackgroundConfig with screen size obtained by zero, skipping the configuration step
I was looking for a problem on the net, but the solutions I received did not work. I am using Vuforia version 7.0.47, Unity version 2017.3.1f1 Personal, and Xcode version 9.3 beta 4.
Can someone point out some pointers?
source
share