Skip to content

Commit

Permalink
cleaned ss scenery
Browse files Browse the repository at this point in the history
  • Loading branch information
ertanturan committed May 26, 2022
1 parent 209198c commit 2890b7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/CustomTools/CustomPlayerPrefs/Scripts/Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public static int IndexOf<T>(this IEnumerable<T> collection, Func<T, bool> predi

public static async Task SaveToJsonAsync<T>(T objectToSerialize, string fullPath)
{


string jsonString = JsonUtility.ToJson(objectToSerialize, true);

using (StreamWriter streamWriter = new StreamWriter(fullPath))
Expand Down

0 comments on commit 2890b7e

Please sign in to comment.