Unity - Scripting API: BuildPipeline
class in UnityEditor
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
API for building players or AssetBundles.
The BuildPipeline class in the Unity Editor namespace provides essential tools to programmatically Build Players and Build AssetBundles. AssetBundles can be loaded from external sources such as the web, enhancing the flexibility and scalability of content delivery in Unity applications. The class contains several static properties and methods to facilitate building workflows.
Additional resources: AssetBundles, Build Player Pipeline
Static Properties
| Property | Description |
|---|---|
| isBuildingPlayer | Returns true when Unity is actively building a Player or AssetBundles |