Re: 3D objects turned transparent
I've seen something similar before. Look at the material and make sure the shader is set to opaque. Hope that helps
3 2016-09-29 11:37:04 (edited by Haritha Denuwan 2016-09-29 11:37:21)
Re: 3D objects turned transparent
its in opaque!
thanks for the quick answer!
4 2016-09-29 16:20:34 (edited by Meractus 2016-09-29 16:21:42)
Re: 3D objects turned transparent
Check if the normals are/aren't(not sure wich one) reversed before exporting to unity.
It may cause this "transparent" effect. It looks like the character texture is inside-out.
Re: 3D objects turned transparent
nope i didn't used normal maps,
only textures!,
but the prob is its going transparent with out the material also!
Thanks for the reply.
Re: 3D objects turned transparent
Sounds like your normals are flipped like Meractus said.
Re: 3D objects turned transparent
Yeah, not normal maps, the MESH normals. Try zooming the scene camera inside the mesh look around. I'll bet you see the mesh. Go back to blender and flip the normals of the mesh surface or lookup up how to flip normals within unity. There are several assets that do it as well
Re: 3D objects turned transparent
Thanks @Christougher ,
I fliped those meshes thats why they been transparent !,
Thanks others also who replied!
Re: 3D objects turned transparent
This is a very clear and detailed explanation! Thanks for sharing this example, I will try to repeat after you, exactly how it was done by you!