Skip to content

Commit

Permalink
removed location path for save panel in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
bozmir committed Sep 26, 2024
1 parent af5a31c commit 34e61f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Scripts/Snapshots.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 34e61f3

Please sign in to comment.