Hi,
I've been trying the CSV plugin, and want to be able to download data as CSV, but I get the "File not available on site" error, what am I doing wrong? Thanks!
The array is (10,10,1).
Develop games in your browser. Powerful, performant & highly capable.
Make sure you use 'Invoke download of string' with a string of CSV data. If you're passing CSV data as a URL, it's not a valid URL and so will fail to download.
Here is an example
cdn.discordapp.com/attachments/225550155531812865/1202169847379660830/download-csv-from-array.c3p