Exemple #1
0
 public static void ReleaseAsset(string assetPath)
 {
     if (sInstance != null)
     {
         sInstance.UnloadAsset(assetPath);
     }
 }