VS 2015 build config
Posted: Sunday 05 June 2016 20:34
I was able to get everything setup ok but there was a part that wasnt making sense to me, not super awesome at VS, so hopefully someone can clear this up for me.
when i compile everything and go to debug, it compiles fine, but the application doesnt work correctly, simply because VS is only configured to compile and drop the compiled bits in the release/debug folder, so it fails to start because folders like WWW and Scripts are not copied to the build folder. Normally what I'd do it mark the files as content and have it deployed with the build. However I didnt want to screw with that until I checked to see if i was over looking something.
Thanks
when i compile everything and go to debug, it compiles fine, but the application doesnt work correctly, simply because VS is only configured to compile and drop the compiled bits in the release/debug folder, so it fails to start because folders like WWW and Scripts are not copied to the build folder. Normally what I'd do it mark the files as content and have it deployed with the build. However I didnt want to screw with that until I checked to see if i was over looking something.
Thanks