soupday / cc_unity_tools_3D

Package for importing and auto setup of Character Creator (3 & 4) and iClone (7 & 8) character exports for Unity Built-in (3D) Pipeline.
Other
66 stars 19 forks source link

Issue with converting normal maps #49

Closed liudger closed 8 months ago

liudger commented 1 year ago

When converting normal maps in Unity (atlasing normal maps for example) the normal maps get wrong color. This is due that temporary the calculation needs to be done in normal color space not in normal mode. The RLEditor.cs script I guess forces the map to be identified as normal map this causes mis calculation with normal maps.

You can disable the auto conversion in this menu image

Could we find another way. People maybe get confused why normal maps are suddenly broken. For us it took a while to figure out why suddenly the normal maps are broken