-
Notifications
You must be signed in to change notification settings - Fork 21
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
Runtime API #7
Comments
It's just a dependency issue. The code relies on UnityEditor functions, and needs some work to be made available for runtime. It's something that has been requested several time and we are aware that it would be a nice addition. Even if it's not in the short roadmap, it's definitely something that could be done in the near future. |
I think Sketchfab should really reevaluate moving this up the todo list. To be frank, what is the point of this library existing without runtime features? Unity already has a great drag and drop deserealizer in it's editor that works with everything but the most exotic formats. Correct me if I'm wrong but the UnityGLTF library this forks still doesn't deserialize animations, so even if you used an asset from Sketchfab you would want Unity to handle deserialization from its native format because it will just do it better. |
any update on this. Unbelievable |
I second this, it's hard to think of a good reason for this to exist without runtime (and since there's no animation support, that's another huge knock) |
There's no runtime API provided?
Is it prohibited by policy or just dependencies issue?
The text was updated successfully, but these errors were encountered: