class in UnityEditor
/
Inherits from:Object
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.
CloseFor 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.
CloseUser build settings for the Editor
activeBuildTarget | The currently active build target. |
activeScriptCompilationDefines | DEFINE directives for the compiler. |
allowDebugging | Enable source-level debuggers to connect. |
androidBuildSubtarget | Android platform options. |
androidBuildSystem | Set which build system to use for building the Android package. |
androidCreateSymbolsZip | Set to true to create a symbols.zip file in the same location as the .apk or .aab file. |
androidETC2Fallback | ETC2 texture decompression fallback on Android devices that don't support ETC2. |
androidUseLegacySdkTools | Use deprecated Android SDK tools to pack application. |
buildAppBundle | Set to true to build an Android App Bundle (aab file) instead of an apk. The default value is false. |
buildScriptsOnly | Is build script only enabled. |
compressFilesInPackage | Compress files in package. |
compressWithPsArc | Build data compressed with PSArc. |
connectProfiler | Start the player with a connection to the profiler. |
development | Enables a development build. |
enableHeadlessMode | Enables a Linux headless build. |
explicitArrayBoundsChecks | Are array bounds actively validated? |
explicitDivideByZeroChecks | Are divide by zero's actively validated? |
explicitNullChecks | Are null references actively validated? |
exportAsGoogleAndroidProject | Export Android Project for use with Android Studio/Gradle. |
forceInstallation | Force installation of package, even if error. |
installInBuildFolder | Place the built player in the build folder. |
iOSBuildConfigType | Scheme with which the project will be run in Xcode. |
movePackageToDiscOuterEdge | Places the package on the outer edge of the disk. |
needSubmissionMaterials | Build submission materials. |
ps4BuildSubtarget | PS4 Build Subtarget. |
ps4HardwareTarget | Specifies which version of PS4 hardware to target. |
selectedBuildTargetGroup | The currently selected build target group. |
selectedStandaloneTarget | The currently selected target for a standalone build. |
streamingInstallLaunchRange | When building an Xbox One Streaming Install package (makepkg.exe) The layout generation code in Unity will assign each Scene and associated assets to individual chunks. Unity will mark Scene 0 as being part of the launch range, IE the set of chunks required to launch the game, you may include additional Scenes in this launch range if you desire, this specifies a range of Scenes (starting at 0) to be included in the launch set. |
symlinkLibraries | Symlink runtime libraries with an iOS Xcode project. |
webGLUsePreBuiltUnityEngine | Use prebuilt JavaScript version of Unity engine. |
wsaGenerateReferenceProjects | Generate and reference C# projects from your main solution. |
wsaHolographicRemoting | Enable an application to connect to a remote HoloLens device and stream holographic content. |
wsaSubtarget | Sets and gets target device type for the application to run on when building to Windows Store platform. |
wsaUWPSDK | Sets and gets target UWP SDK to build Windows Store application against. |
wsaUWPVisualStudioVersion | Sets and gets Visual Studio version to build Windows Store application with. |
xboxBuildSubtarget | Xbox Build subtarget. |
xboxOneDeployDrive | The currently selected Xbox One Deploy Drive. |
xboxOneDeployMethod | The currently selected Xbox One Deploy Method. |
xboxOneNetworkSharePath | Network shared folder path e.g. MYCOMPUTER\SHAREDFOLDER\. |
xboxOneRebootIfDeployFailsAndRetry | Sets the XBox to reboot and redeploy when the deployment fails. |
xboxOneUsername | Windows account username associated with PC share folder. |
GetBuildLocation | Get the current location for the build. |
GetPlatformSettings | Returns value for platform specifc Editor setting. |
GetWSADotNetNative | Is .NET Native enabled for specific build configuration. More information - https://msdn.microsoft.com/en-us/library/dn584397(v=vs.110).aspx. |
SetBuildLocation | Set a new location for the build. |
SetPlatformSettings | Set platform specifc Editor setting. |
SetWSADotNetNative | Enables or Disables .NET Native for specific build configuration. More information - https://msdn.microsoft.com/en-us/library/dn584397(v=vs.110).aspx. |
SwitchActiveBuildTarget | Select a new build target to be active. |
SwitchActiveBuildTargetAsync | Select a new build target to be active during the next Editor update. |
hideFlags | Should the object be hidden, saved with the Scene or modifiable by the user? |
name | The name of the object. |
GetInstanceID | Returns the instance id of the object. |
ToString | Returns the name of the GameObject. |
Destroy | Removes a gameobject, component or asset. |
DestroyImmediate | Destroys the object obj immediately. You are strongly recommended to use Destroy instead. |
DontDestroyOnLoad | Do not destroy the target Object when loading a new Scene. |
FindObjectOfType | Returns the first active loaded object of Type type. |
FindObjectsOfType | Returns a list of all active loaded objects of Type type. |
Instantiate | Clones the object original and returns the clone. |
bool | Does the object exist? |
operator != | Compares if two objects refer to a different object. |
operator == | Compares two object references to see if they refer to the same object. |