Answers for "godot instancing scene through gdscript"

1

godot instancing scene through gdscript

var scene = load("res://scenes/MyScene.tscn")
var scene_instance = scene.instance()
add_child(scene_instance)
Posted by: Guest on July-26-2020

Browse Popular Code Answers by Language