How to import a .fbx file with both sides solid?

So I got an asset from the Unity Asset store but it is useless for light baking because it is transparent on the exterior sides as seen in the attached picture.

View post on imgur.com

So how do I make the exterior sides solid so the light doesn’t go thru them?

Thank you so much!

You can’t do so without writing a special shader or doubling the number of tris. The reason for this is surface normals which you can look up separately (there is plenty of information about it).

Check this out for some “double-sided” shaders

Update:
Set shadows to cast 2-sided on your mesh renderer

Let me know if this helps :wink: