Using Scene Runner
Placeholder for upcoming Tutorial videos
Example
-
Use the scene runner with scene_runner(<scene>) in which you load the scene to be tested.
var runner := scene_runner("res://my_scene.tscn")
-
Use the scene runner with ISceneRunner.Load(<scene>) in which you load the scene to be tested.
ISceneRunner runner = ISceneRunner.Load("res://my_scene.tscn");