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
GodotWithU is a lightweight, pure GDScript real-time collaboration plugin for Godot 4. It enables multiple developers to work on the same project simultaneously over a local network or VPN, bringing Unreal-style Multi-User Editing to Godot. Features include real-time scene synchronization (node transforms, additions, deletions), Google Docs-style collaborative script editing using CRDT (Logoot) algorithms, visual ghost cursors, and a robust node locking system to prevent conflicting edits. No C++ or GDExtension compilation required—just drop it into your addons folder and start collaborating!
GodotWithU - Plugin
Real-time collaborative editing plugin for Godot Engine 4.6+
This is the GodotWithU plugin addon. For complete documentation, visit the main repository.
Features
- Real-Time Scene Sync: Instantly replicate node changes across connected editors
- Collaborative Script Editing: Edit
.gdfiles simultaneously with CRDT (Conflict-free Replicated Data Types) - Node Locking: Prevent conflicts when multiple users select the same node
- Pure GDScript: No C++ compilation required
- Host & Join Workflow: Simple connection-based collaboration
Installation
This plugin should be in the addons/godot_with_u/ folder of your Godot project.
- Open Project → Project Settings → Plugins tab
- Find GodotWithU in the list
- Click the checkbox to enable it
Quick Start
Start a Session (Host)
- Look for the GodotWithU dock panel (top right of editor)
- Set the Port (default:
7654) - Click Host
Join a Session (Client)
- Enter the IP address of the host machine
- Set the Port to match the host
- Click Join
Once connected, any changes to scenes or scripts sync automatically!
Licensing
This project is licensed under the MIT License - see the LICENSE file for details.
For full documentation, architecture details, and advanced usage, visit the main repository.
GodotWithU is a lightweight, pure GDScript real-time collaboration plugin for Godot 4. It enables multiple developers to work on the same project simultaneously over a local network or VPN, bringing Unreal-style Multi-User Editing to Godot. Features include real-time scene synchronization (node transforms, additions, deletions), Google Docs-style collaborative script editing using CRDT (Logoot) algorithms, visual ghost cursors, and a robust node locking system to prevent conflicting edits. No C++ or GDExtension compilation required—just drop it into your addons folder and start collaborating!
Reviews
Quick Information
GodotWithU is a lightweight, pure GDScript real-time collaboration plugin for Godot 4. It enables multiple developers to work on the same project simultaneously over a local network or VPN, bringing Unreal-style Multi-User Editing to Godot. Features include real-time scene synchronization (node transforms, additions, deletions), Google Docs-style collaborative script editing using CRDT (Logoot) algorithms, visual ghost cursors, and a robust node locking system to prevent conflicting edits. No C++ or GDExtension compilation required—just drop it into your addons folder and start collaborating!