UnityGLTF icon indicating copy to clipboard operation
UnityGLTF copied to clipboard

Removed error logs for Texture and Node count on import

Open robertdorn83 opened this issue 1 year ago • 0 comments

These error logs are not correct. The Node Count can be higher on import in some cases. Like when using LODs or with Camera/Lights which will be resulted in added 180° flipped rotation correcting gameobjects. The texture count can also be higher when one texture is used with multiple samplers. We need to duplicate these texture in unity for different sampler settings.

robertdorn83 avatar May 14 '24 11:05 robertdorn83