- Home /
Object Invisible from sideview
Hey there dear Community!!
I have a problem. I made a 3D Object in Cinema 4D and imported it into Unity. Now, from the Top view, everything looks normal, but when u switch the Camera angle to a sideview or a bottomview, the object dissapears. Here are some Pictures:
I hope you guys can Help me!
Answer by robertbu · May 06, 2013 at 07:18 AM
In Unity, mesh is one sided. For example if you create a plane, only one side will be visible. As a hack, for some shaders you can turn culling off to solve this problem, but there are performance consequences. Typically you will just want to add a second mesh as the bottom with normals facing the opposite direction.
Your answer
Follow this Question
Related Questions
Object in Scene not in Hierarchy [Solved] 2 Answers
Renderer on object disabled after level reload 1 Answer
Invisible Object in Hierarchy 1 Answer
object invisible 2 Answers
Stop object collision 3 Answers