Beispiel #1
0
 /// <summary>
 /// Loads the paths stored in a CSV file. Also attempts to load
 /// the relevant environment.
 /// </summary>
 /// <returns>List of paths found in CSV file.</returns>
 /// <param name="csvFilePath">Path to CSV file.</param>
 public static void LoadPaths(string csvFilePath)
 {
     Instance.StartCoroutine(LoadCsvRoutine(csvFilePath));
 }