Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

EditorGUIUtility.LoadRequired

Switch to Manual
public static function LoadRequired(path: string): Object;

Parameters

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");