Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

EditorGUIUtility.LoadRequired

static function LoadRequired(path: string): Object;
static Object LoadRequired(string path);
static def LoadRequired(path as string) as Object

Description

Load a built-in resource that has to be there.

This function will look in Assets/Editor Default Resources/whatever for the resource.

	var handleMaterial : Material = EditorGUIUtility.Load("HandleMaterial");