- Home /
how do I change the build path?
I swear I set the build path at some point, but I cannot seem to find where to change it.
Answer by Arnout Swint · Mar 23, 2011 at 08:36 AM
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?
don't think so, but it's just a matter of clicking 2 buttons ins$$anonymous$$d of 1 so i don't know what will be the use of it...
I 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.
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Build data path and projects data path on postprocess build. 0 Answers
Can't use BuildFile.path. 0 Answers
can't identify slashes 1 Answer
pathname slash/backslash 1 Answer