how to run more game instance in the editer?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: 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

:bust_in_silhouette: Reply From: sash-rc

Just launch godot in your project directory.

This could be done in terminal, or by creating shortcut/launcher

:bust_in_silhouette: 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