Unity 3D Engine Tip - Why are some 3D Objects Disappearing at Runtime?
*Backface Culling*
Unity 3D by default runs with
Backface culling
always on.
So, to fix the issue
of see through we need to double the
polygon layers.
My hair object has one layer of Polygons.