v1.3
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)