public static T Get<T>(string path) where T : UnityEngine.Object
Description
Loads and caches resources.
public static void UnLoad(params string[] keys);
Description
Remove the cached resource.
public static void UnLoadAll();
Description
Remove the all cached resource.