Exemple #1
0
 public static T GetAsset <T>(string assetPath) where T : Object
 {
     return(UtilInstance.LoadAsset <T>(assetPath));
 }