Hi I just found out the EditorUtility.SaveFilePanel method doesn’t work when building the project. Is there anyway around this?
Three options:
- create you own file picker GUI
- Find one from the asset store. For example Runtime File Browser | GUI Tools | Unity Asset Store
- Interface with the native file picker GUI for whichever OS you’re running on (requires creating native plugins)