Unity Pie

ResourceLoader

Get

public static T Get<T>(string path) where T : UnityEngine.Object

Description
Loads and caches resources.

UnLoad

public static void UnLoad(params string[] keys);

Description
Remove the cached resource.

UnLoadAll

public static void UnLoadAll();

Description
Remove the all cached resource.

Back