Version: Unity 6 Preview (6000.0)
Language : English
Understanding build types
Create a build profile

Introduction to build profiles

A build profile is a set of configuration settings you can use to build your application on a particular platform. Use the Build Profiles window to create multiple build profiles for each platform you work on, saving different configurations for release and development buildsA development build includes debug symbols and enables the Profiler. More info
See in Glossary
. For more information on release and development builds, refer to Understanding build types.

Navigate to File > Build Profiles to access the Build Profiles window.

Profile types

There are two types of profiles available in the Build Profiles window.

Platforms

The Platforms pane displays a list of currently installed platforms that Unity supports. A platform profile includes some shared settings that apply to all platforms. For example, if you enable the Development Build setting for one platform profile, Unity will enable the setting across all the available platform profiles. Platforms also share the same sceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary
data across each platform profile.

You can duplicate a platform, and create a new build profile. To do that, right click your selected platform and select Copy to new profile.

Build Profiles

Unlike platforms, settings saved under build profiles aren’t shared across all the platforms. You can assign specific scenes to each build profile. Build profiles allow you to save multiple independent build configurations. You can save as many build profiles as you require using a custom name for each profile. Unity saves the build profile as an asset file that is ready for use with version controlA system for managing file changes. You can use Unity in conjunction with most common version control tools, including Perforce, Git, Mercurial and PlasticSCM. More info
See in Glossary
.

Build profiles stored as Assets in the Project window.
Build profiles stored as Assets in the Project window.

Additional resources

Understanding build types
Create a build profile