godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.54k stars 20.07k forks source link

Feature: Realtime Collaboration #7139

Closed ghost closed 7 years ago

ghost commented 7 years ago

It's a huge task to build, but it would be amazing if you could have multiple users edit a single Godot project at once as opposed to using Git.

It would be similar to Google Docs, where any changes made in a project would update instantly across all connected users.

To avoid having to invest in servers for this, the host user could port forward their IP and share it with other users to connect and collaborate.

This can be seen in an engine called Superpowers HTML5.

reduz commented 7 years ago

Godot is designed with the total opposite mindset. It lets you split your game in scenes, so each part of the team does what they do best, and each owns their owns scenes (game designer, programmer, artist, etc). This makes real time collaboration pointless by design.

On Thu, Nov 17, 2016 at 2:59 PM, RobotUnderscore notifications@github.com wrote:

It's a huge task to build, but it would be amazing if you could have multiple users edit a single Godot project at once as opposed to using Git.

It would be similar to Google Docs, where any changes made in a project would update instantly across all connected users.

To avoid having to invest in servers for this, the host user could port forward their IP and share it with other users to connect and collaborate.

This can be seen in an engine called Superpowers HTML5.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/godotengine/godot/issues/7139, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-Z2xY2tLyKcbTQ5AE6Mtgi1-_5sV1kks5q_JYCgaJpZM4K1nfC .

ghost commented 7 years ago

Alright, that clears things up.

iniyanijoseph commented 4 years ago

Alright, that clears things up.

I guess, but it would still be nice to have that functionality. It would make it more accesible for all people

Calinou commented 4 years ago

@iniyanijoseph Please don't bump issues without contributing significant new information. Use the :+1: reaction button on the first post instead.