KhronosGroup / KhronosGroup/UnityGLTF
TEXCOORD_4 is not an exception but an error of the model loading
Open
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 536
- PR merge metrics
- No merged PRs in 30d
Description
A model loading failed with a 'TEXCOORD_4' attribute because in GLTFSceneImporter.cs:881 the GLTFLoadException is from UnityGLTF.GLTFLoadException (Exceptions.cs:35) and not from the GLTF.GLTFLoadException of the GLTFSerialization part (Exceptions.cs: 29).
Why is GLTFLoadException redefined in UnityGLTF ? Shouldn't you delete the class from UnityGLTF (and keep it in the GLTFSerialization part) ?
Thank you in advance.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.