When loading the scene, the position of nodes are not loaded because main scene has default object properties
get_tree().reload_current_scene()
when I reload with this or load and queu.free() my previous scene;
all positions although loaded, not works. How can I reload or load the scene and have my load.tres file work?
get_node("Player").transform.origin = Vector3(48.672, 128.565, -31.473)
var yu : Resource = load("res://Scenes/Player/Player.tscn")