I swear I set the build path at some point, but I cannot seem to find where to change it.
1 Answer
1File -> Build Settings -> Build . Choose your path.
I swear I set the build path at some point, but I cannot seem to find where to change it.
File -> Build Settings -> Build . Choose your path.
Thanks. I thought that button would just build it. Followup question... is it possible to just build the project without running it, and without specifying a path everytime?
– Gillissiedon't think so, but it's just a matter of clicking 2 buttons instead of 1 so i don't know what will be the use of it...
– anon88309842I found my answer here: http://unity3d.com/support/documentation/ScriptReference/BuildPipeline.BuildPlayer.html I wrote a menu item script that build the game then copies the file to the actual location I want it, all without running the game.
– Gillissie