Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InvalidOperationException #234

Open
chanming9 opened this issue Feb 13, 2023 · 0 comments
Open

InvalidOperationException #234

chanming9 opened this issue Feb 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@chanming9
Copy link

chanming9 commented Feb 13, 2023

i had the following issue on importing the files:

InvalidOperationException: Nullable object must have a value.
System.Nullable`1[T].get_Value () (at <c2a97e0383e8404c9fc0ae19d58f57f1>:0)
Siccity.GLTFUtility.GLTFAnimation.Import (Siccity.GLTFUtility.GLTFAccessor+ImportResult[] accessors, Siccity.GLTFUtility.GLTFNode+ImportResult[] nodes, Siccity.GLTFUtility.ImportSettings importSettings) (at Assets/GLTFUtility-master/Scripts/Spec/GLTFAnimation.cs:86)
Siccity.GLTFUtility.GLTFAnimationExtensions.Import (System.Collections.Generic.List`1[T] animations, Siccity.GLTFUtility.GLTFAccessor+ImportResult[] accessors, Siccity.GLTFUtility.GLTFNode+ImportResult[] nodes, Siccity.GLTFUtility.ImportSettings importSettings) (at Assets/GLTFUtility-master/Scripts/Spec/GLTFAnimation.cs:231)
Siccity.GLTFUtility.Importer.LoadInternal (Siccity.GLTFUtility.GLTFObject gltfObject, System.String filepath, System.Byte[] bytefile, System.Int64 binChunkStart, Siccity.GLTFUtility.ImportSettings importSettings, UnityEngine.AnimationClip[]& animations) (at Assets/GLTFUtility-master/Scripts/Importer.cs:219)
Siccity.GLTFUtility.Importer.ImportGLB (System.String filepath, Siccity.GLTFUtility.ImportSettings importSettings, UnityEngine.AnimationClip[]& animations) (at Assets/GLTFUtility-master/Scripts/Importer.cs:73)
Siccity.GLTFUtility.Importer.LoadFromFile (System.String filepath, Siccity.GLTFUtility.ImportSettings importSettings, UnityEngine.AnimationClip[]& animations, Siccity.GLTFUtility.Format format) (at Assets/GLTFUtility-master/Scripts/Importer.cs:34)
Siccity.GLTFUtility.Importer.LoadFromFile (System.String filepath, Siccity.GLTFUtility.Format format) (at Assets/GLTFUtility-master/Scripts/Importer.cs:18)
@Siccity Siccity added the bug Something isn't working label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants