4.3
What I want to do is place the “room1” scene when the player moves onto (8, 0) but this error pops up instead.
4.3
Check if your player is in the scene and is properly references in the player
variable. You can either put some breakpoints or print statements in your code to debug.
Which ‘position’ is giving the error?
If it is room1
then maybe you haven’t filled in room_scene
in the inspector?
Can you show a print of your scene organization?