How to get rid of this error?

Godot Version

4.2.1

Question

use path instead than @onready
const WORLD_SCENE_PATH="res://world.tscn"
instantiate the scene:
var world_scene=load(WORLD_SCENE_PATH)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.