Real-time team development

I want to create a game with my friend. Is there a way to do something like this:

  • I’m changing something in editor
  • my friend clicks a button “update”
  • he see this change

??? I tried using a “live editor” plugin, but there is 0 information about it and the only thing that I can do is installing it :confused:


English is NOT my native language, so if I do an error - don’t eat me :slight_smile:

I may be entirely wrong, but from what I’ve seen, there’s unfortunately no such thing. :confused:

You can use source control like Perforce, SVN, Git and so on to keep youre files in sync in the team.
You can not work on one map or file at the same, but that workflow can be organised in the team, e.g. different people working on their maps…or differen passes on one by different people one after the other.