Exemplo n.º 1
0
 private void SaveCache(string filePath, float[] arr)
 {
     if (dataSource == DataSource.SERVER)
     {
         if (fileSystem.WriteArrayToFile(filePath, arr))
         {
             print("Cache updated.");
         }
     }
 }