Hello everyone,
we decided to work on a project as a team, but we don’t know how to collaborate simultaneously on a single project file. We would really appreciate it if you could help us with this.
Hello everyone,
we decided to work on a project as a team, but we don’t know how to collaborate simultaneously on a single project file. We would really appreciate it if you could help us with this.
What you need is version control. The most known systems are Perforce or Git (you may heard of GItHub). Version control will allow you to sync your UE projects via a central server.
In UE, use a feature called “World Partition” where you can work on a level with multiple people at the same time. All other things such as assets or blueprints will be locked via the version control system, so that only one person edits it at a given time.
For Git, you can take a look at Anchorpoint (I am one of the devs of it) which is a version control solution for artists.