|
| https://stephenhodgson.github.io/UnityCsReference/index.html |
| Show / Hide Table of Contents | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.EditorUserBuildSettings.html#sidetoggle |
| Object | https://docs.microsoft.com/dotnet/api/system.object |
| Object | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html |
| Object.GetInstanceID() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_GetInstanceID |
| Object.GetHashCode() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_GetHashCode |
| Object.Equals(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Equals_System_Object_ |
| Object.name | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_name |
| Object.Instantiate(Object, Vector3, Quaternion) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Vector3_UnityEngine_Quaternion_ |
| Object.Instantiate(Object, Vector3, Quaternion, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Transform_ |
| Object.Instantiate(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_ |
| Object.Instantiate(Object, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Transform_ |
| Object.Instantiate(Object, Transform, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Transform_System_Boolean_ |
| Object.Instantiate(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_ |
| Object.Instantiate(T, Vector3, Quaternion) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Vector3_UnityEngine_Quaternion_ |
| Object.Instantiate(T, Vector3, Quaternion, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Transform_ |
| Object.Instantiate(T, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Transform_ |
| Object.Instantiate(T, Transform, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Transform_System_Boolean_ |
| Object.Destroy(Object, Single) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Destroy_UnityEngine_Object_System_Single_ |
| Object.Destroy(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Destroy_UnityEngine_Object_ |
| Object.DestroyImmediate(Object, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyImmediate_UnityEngine_Object_System_Boolean_ |
| Object.DestroyImmediate(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyImmediate_UnityEngine_Object_ |
| Object.FindObjectsOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfType_System_Type_ |
| Object.DontDestroyOnLoad(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DontDestroyOnLoad_UnityEngine_Object_ |
| Object.hideFlags | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_hideFlags |
| Object.DestroyObject(Object, Single) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyObject_UnityEngine_Object_System_Single_ |
| Object.DestroyObject(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyObject_UnityEngine_Object_ |
| Object.FindSceneObjectsOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindSceneObjectsOfType_System_Type_ |
| Object.FindObjectsOfTypeIncludingAssets(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfTypeIncludingAssets_System_Type_ |
| Object.FindObjectsOfType() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfType__1 |
| Object.FindObjectOfType() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectOfType__1 |
| Object.FindObjectsOfTypeAll(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfTypeAll_System_Type_ |
| Object.FindObjectOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectOfType_System_Type_ |
| Object.ToString() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_ToString |
| Object.Equals(Object, Object) | https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_ |
| Object.ReferenceEquals(Object, Object) | https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_ |
| Object.GetType() | https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType |
| Object.MemberwiseClone() | https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone |
| UnityEditor | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_EditorUserBuildSettings_activeBuildTargetChanged.md&value=---%0Auid%3A%20UnityEditor.EditorUserBuildSettings.activeBuildTargetChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/EditorUserBuildSettings.deprecated.cs/#L20 |
| Action | https://docs.microsoft.com/dotnet/api/system.action |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| MobileTextureSubtarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.MobileTextureSubtarget.html |
| AndroidBuildSystem | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AndroidBuildSystem.html |
| AndroidBuildType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AndroidBuildType.html |
| AndroidMinification | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AndroidMinification.html |
| AndroidETC2Fallback | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AndroidETC2Fallback.html |
| AndroidMinification | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AndroidMinification.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_EditorUserBuildSettings_forceOptimizeScriptCompilation.md&value=---%0Auid%3A%20UnityEditor.EditorUserBuildSettings.forceOptimizeScriptCompilation%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/EditorUserBuildSettings.deprecated.cs/#L32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| iOSBuildType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.iOSBuildType.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| PS4BuildSubtarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PS4BuildSubtarget.html |
| PS4HardwareTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PS4HardwareTarget.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| WSABuildAndRunDeployTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.WSABuildAndRunDeployTarget.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| WSASDK | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.WSASDK.html |
| WSASubtarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.WSASubtarget.html |
| WSAUWPBuildType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.WSAUWPBuildType.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| XboxBuildSubtarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.XboxBuildSubtarget.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_EditorUserBuildSettings_xboxOneAdditionalDebugPorts.md&value=---%0Auid%3A%20UnityEditor.EditorUserBuildSettings.xboxOneAdditionalDebugPorts%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/EditorUserBuildSettings.bindings.cs/#L375 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| XboxOneDeployDrive | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.XboxOneDeployDrive.html |
| XboxOneDeployMethod | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.XboxOneDeployMethod.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_EditorUserBuildSettings_xboxOneRebootIfDeployFailsAndRetry.md&value=---%0Auid%3A%20UnityEditor.EditorUserBuildSettings.xboxOneRebootIfDeployFailsAndRetry%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/EditorUserBuildSettings.bindings.cs/#L376 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_EditorUserBuildSettings_GetPlatformSettings_System_String_System_String_.md&value=---%0Auid%3A%20UnityEditor.EditorUserBuildSettings.GetPlatformSettings(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/EditorUserBuildSettings.bindings.cs/#L545 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| WSABuildType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.WSABuildType.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_EditorUserBuildSettings_SetPlatformSettings_System_String_System_String_System_String_.md&value=---%0Auid%3A%20UnityEditor.EditorUserBuildSettings.SetPlatformSettings(System.String%2CSystem.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/EditorUserBuildSettings.bindings.cs/#L537 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| WSABuildType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.WSABuildType.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_EditorUserBuildSettings_SwitchActiveBuildTarget_UnityEditor_BuildTarget_.md&value=---%0Auid%3A%20UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTarget)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/EditorUserBuildSettings.deprecated.cs/#L12 |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| MustExtensions.MustBeEqual(T, T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_ |
| MustExtensions.MustBeEqual(T, T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_System_String_ |
| MustExtensions.MustNotBeEqual(T, T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_ |
| MustExtensions.MustNotBeEqual(T, T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_System_String_ |
| MustExtensions.MustBeNull(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_ |
| MustExtensions.MustBeNull(T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_System_String_ |
| MustExtensions.MustNotBeNull(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_ |
| MustExtensions.MustNotBeNull(T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_System_String_ |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_EditorUserBuildSettings.md&value=---%0Auid%3A%20UnityEditor.EditorUserBuildSettings%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/EditorUserBuildSettings.deprecated.cs/#L9 |
| Back to top | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.EditorUserBuildSettings.html#top |