I have a character created by iclone character creator. i export it as fbx. it looks different in akeytsu and in unity with different rendering modes in standard shader. is it a geometry problem? i want to use fade option. i tried double sided version of standard shader. what is the best solution for this geometry?
The standard shader isn’t a terribly good shading model for hair, there are a couple of assets on the store that are likely going to be better options. But if you want you can use the shader I posted here that tries to work around the issues with the base standard shader and transparency sorting:
thanks @bgolus . it looks better with your shader. there is still cutout effect. i am not sure if hair shaders on the asset store can solve transparency sorting problem.
Since I wrote that post there have been several OIT (order independent transparency) approximation implementations, both for pay (on the asset store) and free (usually on github, but several have threads on this forum), using the weighted blending technique. I don’t know if any have any kind of decent shading model, they might all just be unlit or using a basic lambert / blinn phong shading.