Hello, I am trying to save data using the array download event and it just opens a page in my game with the array's data in it. It works fine on Windows but on Mac it does this. This happens with the WKWebView export option. Thanks.
Try changing the file extension. If you set the filename to something like "myArray.dat", it should not open automatically.
You can also try "Browser Invoke Download of String" action to download Array.AsJSON
Develop games in your browser. Powerful, performant & highly capable.
Ok I'll try changing the extension. I tried the invoke download as string but it doesn't do anything on mac.