We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982122c commit 68622c9Copy full SHA for 68622c9
com.playeveryware.eos/Runtime/Core/Utility/FileSystemUtility.cs
@@ -512,7 +512,7 @@ public static string ReadAllText(string path)
512
public static async Task<string> ReadAllTextAsync(string path)
513
{
514
#if UNITY_ANDROID && !UNITY_EDITOR
515
- // On Android, use a custom helper to read the file synchronously
+ // On Android, use a custom helper to read the file
516
return await AndroidFileIOHelper.ReadAllText(path);
517
#else
518
// On other platforms, read asynchronously or synchronously as
0 commit comments