Esempio n. 1
0
 public static T GetAsset <T>(string objKey, string bundleName = null)
     where T : UnityEngine.Object
 {
     return(_resourceLoader.GetAsset <T>(objKey, bundleName));
 }