How to separate production and test assets during development?
- by bcsanches
Hi Folks,
this is like a complement for Assets Management, database or versioning system?.
I am wondering about how to separate development, specially programmers assets from production assets?
For example, if we keep all the assets on the same repository, how do you keep with programmers assets and final game assets? Do you keep a separate directory for each of those, allowing duplicates? Or do you use some fancy scheme for striping out the "development" and "test" assets from final build?