Thursday, August 4, 2011

Unity3D Asset Server: Best Practice Workflow - Initial Checkout

Using Unity in teams one is often stuck using Unity asset server. While it certainly lacks features one has grown accustomed to in many other source control systems the fact remains that it is the solution that most seamlessly works with Unity.

I think part of making the process of working with Unity Asset Server more enjoyable (apart form having experience with it) is to stick with some simple best practices.

Checking out a Unity project for the first time



  • Find out what the project is called. You can do this looking looking at the server via another project.

  • When opening Unity - choose to "Create new project". Give it the same name as the project is know by in asset server.

  • Open this new project and connect to the server (ALT-0 or CMD-0 depending on operating system)

  • Identify the project you are checking out and connect to it

  • Choose to Update

  • You'll be asked to make a decision about conflicting assets. Make sure you discard all existing files in the new project ("Discard My Changes"). This seems a little unintuitive but it makes sure you won't clutter your project or accidentally suck in unwanted files.

No comments:

Post a Comment