This version of Unity is unsupported.

ResourcesAPI.Load

Declaration

protected Object Load(string path, Type systemTypeInstance);

Parameters

path Path to the target resource to load.
systemTypeInstance The requested asset's Type.

Returns

Object The requested asset returned as an Object.

Description

Override for customizing the behavior of the Resources.Load function.