예제 #1
0
 public void OnClick_ClearTextureCache()
 {
     TextureManager.ClearCache();
     Debug.Log("Texture cache cleared successfully.");
 }