Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Godot Together

A plugin for real-time collaboration over the network for Godot Engine.

Wiki & help | Troubleshooting | Report bugs | Feature TODO list

[!CAUTION] This plugin allows for remote code execution.
Make sure to never collaborate with people you don't FULLY trust.

There's also a risk of your projects becoming corrupted so always make backups or/and use version control like git.

Features

  • Node property and type sync
  • Tree changes (node add, remove, reparent)
  • File sync
  • Basic security via password, manual user approval and kicking
  • 2D and 3D Avatars showing where each user is on the scene
  • Optional auto updater (always asks for consent before installing and can be completely turned off)
  • Can make you a sandwich

All sync features listed above happen constantly in real time!

Installation

First create a folder called addons in your project's directory.

Getting the plugin

  1. Head into the latest release
  2. Download GodotTogether.zip
  3. Extract the zip contents into your addons folder, under "GodotTogether".
  4. Ensure the file structure looks like this
yourProject
|_ addons
  |_ GodotTogether
    |_ src
    |_ plugin.cfg

Enabling

  1. Click on Project on the top-left toolbar.
  2. Go to Project settings
  3. Go to the plugins tab
  4. Enable Godot Together

You're now good to go!

Testing

To run unit tests, enable the plugin, go to settings (inside the plugin) and use run unit tests now or run unit tests on start.

You will see results in the output console.

Writing tests

To create a test:

  1. Go to src/scripts/tests.gd.
  2. Create a function called test_your_test_name and typehint its return value as bool
  3. Return true or false based on if the test failed or succeeded, and use printerr to explain details of the error
  4. Your test should now run

关于 About

Real time collaboration plugin for Godot
collabcollaborative-editinggodotgodot-addongodot-multiplayergodot-pluginlive-collaboration

语言 Languages

GDScript99.3%
Makefile0.7%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
443
Total Commits
峰值: 92次/周
Less
More

核心贡献者 Contributors