Seto
Seto

Reputation: 1646

Vuforia + Unity build for iPhone X iOS 11.4 black screen

I'm using: XCode 9.4 Unity 2018.1 Vuforia 7.1.31

This problem is strange. I manage to build and run this project using the same XCode for iPhone 6 running iOS 11.4. With the same configuration, it only shows me blank screen on iPhone X iOS 11.4.

Anybody have the same experience with me?

Upvotes: 1

Views: 2515

Answers (2)

lakhani1213
lakhani1213

Reputation: 1

Please try this solution, it works for me.

In unity Player Setting >> other settings>> Memoryless Depth set to unused.

Vuforia works fine in android, when built for IOS I am facing the black screen Issue. I solved this using the above settings.

Upvotes: 0

Jason J
Jason J

Reputation: 48

You need to update to the latest Vuforia in order to fix this, the reason you only see this in iPhone X is because it supports ARKit and Vuforia has some compatibility issues since ARKit 1.5 came out.

Vuforia 7.1.34 and above fixed this issue https://library.vuforia.com/articles/Release_Notes/Vuforia-SDK-Release-Notes

Upvotes: 1

Related Questions