- Home /
asset server discissions?
We are in the planing part of a Unity project. I have some questions after reading up on available asset server information at http://unity3d.com/support/documentation/Manual/Asset%20Server
- Can the asset server handle non script/asset files, like design documents, concept art, backlogs and other stuff that needs to versioned?
- Is all version control to be done inside ofthe Unity editor, for example if I change a .docx document, is it necessary to open the Unity editor to check it in?
- Is SVN good enough for smaller projects? (6-8 people for 2-4 month project)
I think i owe the forum our conclusion. We ended up using SVN. The company already had SVN for all other projects and people are already comfortable with it.
It's not easy though. People are very bad at checking all the extra meta files generated in unity, in to SVN. But i hope that is just of matter of time before people get used to that.
I recommend using smartSVN, it can give a much better overview of changed files, un-added files and all that.
Stephen
Answer by t m · Oct 11, 2010 at 04:06 PM
1) I'm not 100% sure, but it looks like the asset server wants to do things pretty rigidly by project. So if you want to version DDs and so forth, you're going to have to put them in your project, or create a dummy project, I guess.
2) Yes.
3) I'm pretty dissatisfied with asset server, to be honest. I think it might be that as projects get larger, Asset Server is less useful than SVN, since SVN has basic things like locking that the Asset server does not. I have heard that it is possible to get SVN to work with the asset server, but I haven't been able to get anywhere with it yet.
The issue with SVN, as I understand it, is making sure you don't get clobbered by all the pesky temporary files unity generates.
Answer by Dreamora · Dec 12, 2010 at 03:41 AM
If they are in the assets folder and are detected as text assets (so you might need the txt extension).
Right, all within your unity pro + asset server client addon license enabled unity installation only
likely, but ensure to read the threads on the board on how to organize stuff and prevent concurrency fuckups (those apply to usage of asset server and not usage of it)
Your answer
Follow this Question
Related Questions
Are there any reasons to not use Text Mode? 1 Answer
Unity and Source Control (without Unity Pro) 4 Answers
Version Control Integration 1 Answer
Would one person's editor extension mess up our GIT pipeline? 0 Answers
SVN Update problem 5 Answers