Is it possible to send scenes between different users?

This isn’t a scripting question but I just wanted to see if anybody could help me. Is it possible to send different scenes between different users of Unity?

Myself and 4 others are working together and we all use Unity and it would be great if we could work on different levels/scenes and be able to pass them to each other.

Is this possible at all? Thank you.

Of course it’s possible, but do remember that the Unity’s .scene file cannot be merged together, if you have multiple people work on the same scene.

In your case, it’s totally possible and very easy to do – just share necessary assets and .scene file through Dropbox or Google drive or whatever online sharing you like.

You might want to check out some external version control like SVN, Git, Perforce and etc. It’s absolutely better for large project.

Here’s the doc for setting external version control:
http://docs.unity3d.com/Documentation/Manual/ExternalVersionControlSystemSupport.html