How to import csv file NOT as Binary

Hi, I need to import csv files into my project but when I drag them into the asset window they import as binary files. I need to have them as text files so I can freely edit them using the script editor. How can I do this?

P.S It must be possible because somehow my project already has some csv files which are editable inside Playcanvas.

Thanks

1 Like

just a suggestion, if it need not be completely automated then try this:

https://csvjson.com/csv2json

and import the resultant json file.

may i ask how you are planning to be using the csv’s?

1 Like

alternatively you can try this:

2 Likes