-
Notifications
You must be signed in to change notification settings - Fork 220
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
Cannot import GLTF in 2021, GLB works fine! #220
Comments
Can confirm with Unity 2021.3.8f1. |
Same issue, Editor 2021.3.9f1, clean URP project. |
The issue is that UnityWebRequest is glitched in 2021, fixed in dynamin's fork (which I forked too, tested on a production project and successfully imported all my GLTF assets back) |
using Unity 2021.3.4f1 glTF files hang up the editor indefinitely when importing.
When Unity is restarted in the console it says the importer crashed.
Glb files import just fine!
I tested using 2020, just to be sure, and that is importing glTF files just fine!
Thanks
Ben
The text was updated successfully, but these errors were encountered: