protected ResourceRequest LoadAsync (string path, Type systemTypeInstance);

Parameters

pathPath to the target resource to load.
systemTypeInstanceType filter for objects returned.

Description

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

Note: AssetBundleRequest inherits from ResourceRequest and can also be returned here.