Shortcuts Manager
Introduction to build profiles

Build profiles

Unity can build your application for different platforms with unique build configurations using build profilesA set of customizable configuration settings to use when creating a build for your target platform. More info
See in Glossary
.

Note: Build profiles were previously called Build Settings.

Topic Description
Introduction to build profiles Introduces build profiles and the profile types.
Create and manage build profiles Use the Build Profiles window to create multiple build configurations.
Manage scenes in your build Add, exclude, remove, and reorder scenesA 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
in your build.
Override Player settings with build profiles Override platform Player settingsSettings that let you set various player-specific options for the final game built by Unity. More info
See in Glossary
when using a build profile.
Introduction to build types Understand the types of builds Unity can create.
Build Profiles window reference Reference documentation for the Build Profiles window.

Additional resources


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

  • Shortcuts Manager
    Introduction to build profiles