Version: 2017.3 (switch to 2017.4)
Advanced options
__Pre- and post-export methods__
Other Versions

Development builds

Unity Cloud Build builds your projects for release by default. To create a development build, go to the build target’s Advanced Options. (See documentation on accessing and editing Advanced Options.)

The Edit Advanced Options screen
The Edit Advanced Options screen

Check the Development Builds box. When enabled, this sets two flags in the BuildOptions API:

  • Development: A development build includes debug symbols and enables the Profiler.

  • AllowDebugging: Allow script debuggers to attach to the player remotely.

Note that to profile a web player build, you need to have the development version of the web player installed. You can only profile the .unity3d file when the development web player build is active. See documentation on the Profiler window for more information on profiling your development build.

Did you find this page useful? Please give it a rating:

Advanced options
__Pre- and post-export methods__