Exemplo n.º 1
0
 //Resource
 public static T GetResource <T>(this string path) where T : UnityEngine.Object
 {
     return(GResourceUtility.Get <T>(path));
 }