-
Hello! I created an empty project, installed the plugin and tried to load the local gltf file with the LoadGltfBinary() method but it seems it does not work. There is also a helping "Uri" parameter in the method but it also doesn't seem to help. Any suggestions how to make this work?
|
Beta Was this translation helpful? Give feedback.
Answered by
atteneder
Jun 2, 2022
Replies: 1 comment
-
If you want to know why it failed, use a logger: GltfImport gltf = new GltfImport(logger:new ConsoleLogger()); It'll tell you |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
atteneder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to know why it failed, use a logger:
It'll tell you
Not a glTF-binary file
.LoadGltfBinary
only loads glTF-Binary. A variant for JSON based glTFs is in the works (#409).