Hello
I followed the tutorials about putting a Unity Pro project in a SVN repository but when i checkout the project and rebuild the Library folder some information just goes missing like tags and layers which makes my project unusable until i rebuild all of that. I assume there is something in the library folder that shouldn’t be deleted and holds that information.
Does anyone experienced this?
Thanks
Gilberto
you need all the files in the library root but not the subfolders. those files in the root of the folder are project and editor settings. Without them your project will be broken.
Thanks
It worked out great.
I guess Unity forgot to mention that on their External Version Control page.
Cheers and thanks again
Gilberto
In unity 3.5 you completely ignore the library folder. the things required in the versioning are in a distinct folder now
Probably it’s because my project comes from previous versions of Unity.
Thx 