diff --git a/Runtime/Scripts/Snapshots.cs b/Runtime/Scripts/Snapshots.cs index 43ae669..9e9facb 100644 --- a/Runtime/Scripts/Snapshots.cs +++ b/Runtime/Scripts/Snapshots.cs @@ -129,7 +129,7 @@ private string DetermineSaveLocation() + Path.DirectorySeparatorChar + outputFileName; #else - StandaloneFileBrowser.SaveFilePanel("Save texture as file", location, outputFileName, FileType.ToString()); + StandaloneFileBrowser.SaveFilePanel("Save texture as file", "", outputFileName, FileType.ToString()); #endif return location; }