Hi im making a standalone version of our web game for our artists to use so that they can generate pre made content for the web, i was wanting just a simple save dialog so that they can save things to there local HDD.
I was using EditorUtility.SaveFilePanel which works well in the Editor but wont compile in a standalone app, is there a way to make this compile in a standalone app or something else that i can use?
This will only need to work in the windows environment, so im not worried about breaking cross platform compatibility.