- Home /
Cameras problem with Unity 5.2.1 and Xcode 7.0.1
I just migrate my project to 5.2.1 and xcode 7.0.1 from xcode 5.1.2 and xcode 6.
With new combination, I have many unwanted effect on camera:
No rendered at all
Wrong View Rect
Black screen
No error on log, any idea what could be the main cause?
Answer by croco001 · Oct 08, 2015 at 08:51 PM
That's a bug you can patch easily. You must have a camera with a clear flags. It can be skybox or plain color,
If your "deppest" camera can't clear you can just create a Camera on your first loaded scene, make it so it see "Nothing" at depth -100 and add a clear color.
Hope this help
Your answer
Follow this Question
Related Questions
How to make camera position relative to a specific target. 1 Answer
Converting to 3rd Person from 1st Person - Island Demo 1 Answer
How do i make my script pivot the camera left and right? 0 Answers
Why are my 2D sprite GameObjects blinking and how do I fix this problem? 0 Answers
One camera sees a GUI texture but the other camera does not. I need them both to. 1 Answer