
I'm not sure if something's happened in an update of Easy Save 3 but I'm having some trouble with it in Playmaker. Maybe it's me?
The action 'ES3 Spreadsheet Load', which I've used successfully in previous versions of ES3, seems to be universally throwing me an error now: System.ArgumentNullException: Value cannot be null.
I made sure to create a spreadsheet variable first with a Create Spreadsheet action. And I definitely have a real spreadsheet, saved as a .CSV file, saved in my Resources folder, and filled with data. But for some reason the action is throwing me this error?
I'm including a screenshot hoping it might shed some light. It shows that
1. I've got my .CSV saved in the Resources folder
2. The error message ES3 Spreadsheet Load is throwing me in the 'load SS' state
3. The .CSV file opened up showing there's all kinds of data available inside.
Any ideas why I might be hitting this null value error? Thanks again for all your help!