Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.07k stars 1.15k forks source link

Collaborative session giving blank purple screen ios13 #369

Closed lizylgit closed 4 years ago

lizylgit commented 4 years ago

Hi, I have downloaded the arFoundation-sample to test the collaborative session with Unity and ARkit3. Have got latest MacOS Catlina/Xcode11 and iPad Pro IOS13. Build is successful. But can't get this to run on the iPad. Runtime error on the Xcode console 'subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'Legacy Shaders/VertexLit' - Setting to default shader.'

iPad showing a blank purple background screen. Please could someone help. Do I have to implement anything else to get this working.

lizylgit commented 4 years ago

I have been able to fix this issue by changing the color space to linear from gamma - https://issuetracker.unity3d.com/issues/ios?page=1#comments

Thanks