Reputation: 174
i'm making a tank based game and when i made a model of the tank in blender and imported it to unity. When I placed a camera inside the wall was completely transparent from the inside but not the outside. Is there any simple fix to this problem?
Upvotes: 2
Views: 148
Reputation: 2586
In blender you have to make sure your normals are facing outward. If you are using planes imported from Unity they will only show up on one side, its better to use cubes if you want them to be visible for both sides. If you are using a plane you can create a custom 'CULL OFF' shader so that backface culling will disable on its material and will show on both sides.
Upvotes: 1