Lets you programmatically build players or AssetBundles which can be loaded from the web.
| Description | |
|---|---|
| isBuildingPlayer | Is a player currently being built? | 
| Description | |
|---|---|
| BuildAssetBundles | Build AssetBundles. | 
| BuildCanBeAppended | Checks if Unity can append the build. | 
| BuildPlayer | Builds a player. | 
| GetBuildTargetName | Given a BuildTarget will return the well known string representation for the build target platform. | 
| GetCRCForAssetBundle | Extract the crc checksum for the given AssetBundle. | 
| GetHashForAssetBundle | Extract the hash for the given AssetBundle. | 
| GetPlaybackEngineDirectory | Returns the path of a player directory. For ex., Editor\Data\PlaybackEngines\AndroidPlayer. | 
| GetPlayerConnectionInitiateMode | Returns the mode currently used by players to initiate a connect to the host. | 
| IsBuildTargetSupported | Returns true if the specified build target is currently available in the Editor. |