You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
var storage = new SimpleStorage(); context.ParseJson(json, storage); context.Load();
Throws "Value cannot be null."
This works though: var path = Application.dataPath + "/temp.gltf";File.WriteAllText(path, json); context.Load(path);
Using the exact same GLTF json string.
What's up here?
The text was updated successfully, but these errors were encountered:
oligraphics
changed the title
Import of GLTF string not working
Parsing of GLTF json string not working
Mar 18, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
var storage = new SimpleStorage(); context.ParseJson(json, storage); context.Load();
Throws "Value cannot be null."
This works though:
var path = Application.dataPath + "/temp.gltf";File.WriteAllText(path, json); context.Load(path);
Using the exact same GLTF json string.
What's up here?
The text was updated successfully, but these errors were encountered: