Version: 5.4
public static Object LoadRequired (string path);

설명

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