Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | jinruozai |
click the run btn in the editer can only run one game instance,how to run more?
ps: without export the game into “.exe”. just in the editor
Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | jinruozai |
click the run btn in the editer can only run one game instance,how to run more?
ps: without export the game into “.exe”. just in the editor
Reply From: | sash-rc |
Just launch godot in your project directory.
This could be done in terminal, or by creating shortcut/launcher
Reply From: | Calinou |
In Godot 4.0, it will be possible to run multiple project instances directly from the editor thanks to the EditorDebugger refactor. This refactor can’t be backported to 3.2.x, though.
In the meantime, start multiple instances from a terminal. See Command line tutorial in the documentation for more information.
In case anyone searches this, the setting in Godot 4 is Debug -> Run Multiple Instances -> Run 1 ~ 4 Instances
.
wdv4758h | 2022-10-27 04:05
In Godot 4.3 this is now in:
Debug → Customize Run Instances… → Enabled Multiple Instances
thanks boss