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
If it's some form of out-of-memory, loading them piece by piece will not help, since you want to keep them all in memory, no?
Could you please investigate more about what the actual issue is?
If it crashes while adding the loading state, I don't think it has to do with the asset loading, since that will happen later async.
So I am loading my GLTF files like this :
And that folder (models/doodads) has a total of about 1000 gltf models in it. While my app runs this, it crashes:
I assume because this crate is trying to add too much to the stack or to memory at once instead of piecing it out,
The text was updated successfully, but these errors were encountered: