Skip to content

v1.3

Compare
Choose a tag to compare
@m-canton m-canton released this 01 Jul 19:47
· 51 commits to main since this release
756ea5d

Now it supports extra resources loading in the background to add them to next scene properties. See SceneManager.append_dependency.

var ref := SceneManager.append_dependency("my_character_data.tres")
SceneManager.change_scene_to_file("my_scene.tscn", {
    characters = [
        ref,
    ],
}, 1.0)