Siccity / GLTFUtility

Simple GLTF importer for Unity
MIT License
976 stars 217 forks source link

Async import in editor not suported #230

Open sam-apparance opened 1 year ago

sam-apparance commented 1 year ago

Just a note to bring awareness that the asyc loading support that was added only works during play, and not in editor mode. Seems that Unity's coroutines only work in play mode and aren't supported in editor mode. Looks like there are a few alternatives and even an official editor coroutines replacement, but this means it needs explicit support. I was trying to use this to augment some tooling work I was doing, but had to give up on editor support and will be investigating alternative loaders. No expectation, or shade on this library, just a FYI :)