![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | manushifva |
Is it possible to change the main scene with GDScript?
I’ve try this:
ProjectSettings.set_setting("application/run/main_scene", "res://scene.tscn")
but it’s doesn’t work.