Skip to content
Wolfyxon edited this page Sep 12, 2026 · 12 revisions

Frequently asked questions.

Also see Troubleshooting.

Can I use the plugin in a commercial project?

Yes! You can freely create paid closed source commercial projects.

The GPL license applies only to the plugin itself.
Your projects are your property and you have full rights over them.

Just make sure to add addons/GodotTogether to your exclude list for each export so the plugin's code doesn't end up in your export game, where it's useless anyway, but I won't sue you if you don't.

Does it work on Windows/Linux/MacOS?

Yes, the plugin should work on any operating system.

It's written in pure GDScript and doesn't rely on compiled binaries or OS-specific features.

How do I install it?

See installation guide in README.

How do I use it with someone outside of my network?

See the hosting outside your network guide.

Does it support Godot 3?

No.

The plugin is only supported and developed on the latest version of Godot 4.

I found a bug / I have a question

Feel free to open an issue if you found a bug or have a question.

Clone this wiki locally