- Home /
Shadow when building VR project
Hello guys,
I hava a big problem and I need a solution rather quickly.
I have been working on a VR project which I need to show this weekend. Everything was just fine, I was finishing it up, I built it, and all of a sudden a mysterious shadow appeared in front of my OVRplayer. It follows my head movement and it blocks the view on my worldspace canvas, so now my project is pretty much useless.
Please, anyone, tell me you have a solution to this problem.
Thanks
Answer by SummitJain · Feb 17, 2016 at 12:29 PM
Go to Edit> Project Settings> Quality > In Shadows turn off.
You will not see any shadows in the Scene.
The Shadows are generated because of an object(Mesh Renderer) casting and recivng shadows on the other object. just disable it if you do not want it by going to that object mesh renderer and select cast and recieve shadows off.
Hopefully should solve the problem.