ImmersiveRPG / GodotAsyncLoader

A Godot plugin to load, instance, and add scenes asynchronously using a background thread.
https://godotengine.org/asset-library/asset/1376
MIT License
37 stars 4 forks source link

The game scene is not deleted? #18

Open unicornlox opened 1 year ago

unicornlox commented 1 year ago

With this extension, I switched from the main menu to the game scene. Later, I switched from the game scene to the main menu. I deleted the game scene with the commands get_tree().get_root().call_deferred("remove_child", game_scene) and game_scene.queue_free(). However, when I return to the main menu scene, the game scene is loading again. What should I do?

workhorsy commented 1 year ago

Hello @mrParabol . Just checking in to see if you had any progress per my comment from before.

https://github.com/ImmersiveRPG/GodotAsyncLoader/issues/7#issuecomment-1407462834