KhronosGroup / KhronosGroup/UnityGLTF
TEXCOORD_4 is not an exception but an error of the model loading
Aperta
- Lingua principale
- C#
- Stelle
- 2.2k
- Fork
- 536
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.