Description
Hello!
I'd consider myself to be relatively new to Unity and C#, so I apologize in advance if this is a basic coding issue.
I've been following along with the full tutorial and applying it to my own experiment, but for some reason, I can't get my experiment to start at all. The program loads, but before I click "start," I get the "There is no trial zero" error. Once I click "start," I then get the "There is no next trial" error. I've tried setting the number of trials as a set value within my code, as well as via my json settings file. Do you know of any possible situations that might be throwing this error? I didn't have this issue with other experimental setups, although I was able to run my experiments despite having the "there is no trial zero error."
Thanks!