Beispiel #1
0
 private static void LoadAsset(ResourceType resType, string name, System.Type type, UnityAction <object> callback, bool async = true, bool persistent = false, bool unload = true)
 {
     string path = ResourcePath.GetFullPath(resType, name);
     //LoadManager.instance
 }