Unity "Server" view

It appears that Unity has some version control built in. I’ll soon be really wanting to use that. Is it hard to set up? It seems undocumented. A quick walk through about that would be really cool.

Thanks!
-Jon

The asset server is not going to be in the 1.0 release but will be available shortly after.

The best way to transfer files between multiple projects is using Export Package/Import Package.

This is important because unity stores metadata with all files in the assets folder.

Thus when you copy/paste files between two projects using the finder won’t copy everything you need.

So the general rule is:
Always use export/import package. Never use finder copy/paste.