x


In which file are layers stored for 3.5?

I'm using an external version control. It seems like the layers used to be stored in library/versioned/TagManager, but with 3.5, we cannot seem to copy layers from one computer to another through our version control.

How are unity layers stored in the file system?

more ▼

asked Mar 22 '12 at 06:22 PM

cowlinator gravatar image

cowlinator
159 2 4 7

Would like to know the same as I had to export my project as an asset package and import it in unity 4 to get past a crash bug.

Aug 24 '12 at 10:11 AM Bluestrike
(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

Ah, I should post here that I had found the answer. After upgrading Unity from a pre 3.5 version to Unity 3.5 or above, the location the project settings (such as tags and build settings) was moved.
The project settings are located at "[your_unity_project]/ProjectSettings" (outside of the "Assets" folder). The tag manager is "[your_unity_project]/ProjectSettings/TagManager.asset" They had previously been at "[your_unity_project]/library/versioned/", and when you upgrade, these files are not removed, which caused me some confusion.

Once you've upgraded, open your project, verify that all the project settings are as you want them, select File->Save Project, and now you can safely delete the files in "[your_unity_project]/library/versioned/".
Now you should version control only the files in "[your_unity_project]/ProjectSettings" when changing project settings.

more ▼

answered Sep 20 '12 at 03:36 AM

cowlinator gravatar image

cowlinator
159 2 4 7

(comments are locked)
10|3000 characters needed characters left

I am still looking for a solution, too. No more tagmanager asset available to commit. Nobody ? EDIT : Found the solution : http://forum.unity3d.com/threads/147856-Where-are-user-layer-names-saved

more ▼

answered Sep 19 '12 at 11:25 AM

oxl2 gravatar image

oxl2
16 1

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x288
x159
x63
x9

asked: Mar 22 '12 at 06:22 PM

Seen: 813 times

Last Updated: Sep 20 '12 at 03:36 AM