Is there a way for Unity to add files to the App/Contents or App/Contents/Resources folder during a standalone build? It is cumbersome to manually add my support files after every build.
Thanks.
Is there a way for Unity to add files to the App/Contents or App/Contents/Resources folder during a standalone build? It is cumbersome to manually add my support files after every build.
Thanks.
Sort of. There is the Build Player Pipeline, where you can script about whatever you want.
http://unity3d.com/Documentation/Manual/Build%20Player%20Pipeline.html
I highly recommend spending the time to script it.
-Jon
That will do. Thanks Jon.