Create game with a team, with different computer

hi,
I want to create a game where my team will be working on 1 scene but from different computers. What i mean is, when we create a scene for the PC game and the scene is so big where only 1 person cannot do everything of it in Unity. Is there a piece of asset or add-on where my team can work on 1 scene from different computers. E.g. if on the scene I added a cube from the 1st computer, on the second computer the added cube is shown. Is there a software to do that ?

Thank you

I cannot say for definite that it would work, but if you are looking to have folders on a LAN network scale or even Network outside use TeamViewer (Link Provided). You could also maybe use filezilla for FTP sharing. Now the idea I think you have is impossble, but that is the idea that I am thinking you have. I think that you want to have several people working on the same scene at once and then meshing them in together at the end. That is impossible as merging a part of something with the same part is just not possible (What I think anyway). If you split the scene into several scenes, so say one of your staff makes meshes and then you can merge them by drag and drop, but you cannot merge objects that would simply collide as Unity cannot decipher what scene is best to use. Split them into 4 parts I would say and assign a part to someone and at the end you can merge them together.