Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorUtility

class in UnityEditor

Suggest a change

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.

Close

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.

Close

Cancel

Description

Editor utility functions.

Static Variables

scriptCompilationFailedTrue if there are any compilation error messages in the log.

Static Functions

ClearProgressBarRemoves progress bar.
CollectDeepHierarchyCollect all objects in the hierarchy rooted at each of the given objects.
CollectDependenciesCalculates and returns a list of all assets the assets listed in roots depend on.
CompressCubemapTextureCompress a cubemap texture.
CompressTextureCompress a texture.
CopySerializedCopy all settings of a Unity Object.
CopySerializedIfDifferentCopy all settings of a Unity Object to a second Object if they differ.
CreateGameObjectWithHideFlagsCreates a game object with HideFlags and specified components.
DisplayCancelableProgressBarDisplays or updates a progress bar that has a cancel button.
DisplayDialogDisplays a modal dialog.
DisplayDialogComplexDisplays a modal dialog with three buttons.
DisplayPopupMenuDisplays a popup menu.
DisplayProgressBarDisplays or updates a progress bar.
ExtractOggFileSaves an AudioClip or MovieTexture to a file.
FocusProjectWindowBrings the project window to the front and focuses it.
FormatBytesReturns a text for a number of bytes.
GetObjectEnabledIs the object enabled (0 disabled, 1 enabled, -1 has no enabled button).
InstanceIDToObjectTranslates an instance ID to a reference to an object.
IsPersistentDetermines if an object is stored on disk.
NaturalCompareHuman-like sorting.
OpenFilePanelDisplays the "open file" dialog and returns the selected path name.
OpenFilePanelWithFiltersDisplays the "open file" dialog and returns the selected path name.
OpenFolderPanelDisplays the "open folder" dialog and returns the selected path name.
SaveFilePanelDisplays the "save file" dialog and returns the selected path name.
SaveFilePanelInProjectDisplays the "save file" dialog in the Assets folder of the project and returns the selected path name.
SaveFolderPanelDisplays the "save folder" dialog and returns the selected path name.
SetDirtyMarks target object as dirty. (Only suitable for non-scene objects).
SetObjectEnabledSet the enabled state of the object.
SetSelectedRenderStateSet the Scene View selected display mode for this Renderer.
UnloadUnusedAssetsImmediateUnloads assets that are not used.

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