Yogoda / ZoneLoadingSystem

Dynamic zone loading system for Godot
Creative Commons Zero v1.0 Universal
226 stars 13 forks source link

Number of objects and orphan nodes is constantly growing #18

Open Koalamana9 opened 12 months ago

Koalamana9 commented 12 months ago

Annotation 2023-11-02 034502

Why the number of objects is constantly growing despite unloading scenes? Godot 4.1.3 stable.

Is it possible to improve loading performance using new ResourceLoader in Godot 4?

Yogoda commented 11 months ago

Wow, interesting, thanks for the report.

I don't actively maintain the system anymore, it was for Godot 3.0, but I will try to look into it when I have time.

Koalamana9 commented 11 months ago

If this was made specifically for Godot 3 then it makes sense not to maintain it.Godot 4 has more robust scene processing and threaded loading, you could leverage all its internal features to create a more powerful and simpler version of this streaming system!