Version: 2019.2
Advanced options
Pre- and post-export methods

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.

Advanced options
Pre- and post-export methods