Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Tiles multiple instances of the game in a grid across your monitor. Helpful for testing multiplayer Godot games!
Tile Run Instances for Godot Game Engine
Tiles multiple instances of the game nicely across your monitor. Helpful for testing multiplayer Godot games! Tested with Godot 4.0 and Godot 4.5.1.
Features
- By default Godot stacks multiple game windows on top of each other. This addon lets you press play and instantly see all windows, lined up in a grid.
- Need your windows to show up on a different monitor? Edit the
target_monitorvariable of tile_run_instances_global.gd.
Setup and Installation
Clone this repo
Copy tile-run-instances of this repo into the addons/ folder of your Godot project.
Under the Game tab, press the three dots and disable "Embed Game on Next Play".
Enable tile-run-instances in the Project Settings > Plugins tab.
Add TileRunInstancesGlobal as a Global Autoload in Project Settings > Globals.
Enable multiple instances in Debug > Customize Run Instances.
Author
- Travh98 - Gamedev, Software Engineer. 🎮Itch.io page
Acknowledgments
- Inspired by Mr.Cdk's original tile-instances plugin.
Tiles multiple instances of the game in a grid across your monitor. Helpful for testing multiplayer Godot games!
Reviews
Quick Information
Tiles multiple instances of the game in a grid across your monitor. Helpful for testing multiplayer Godot games!