med-material / Whack_A_Mole_VR

Whack-A-Mole in VR
MIT License
3 stars 15 forks source link

Upgrade PupilLab #231

Closed Xav1204 closed 1 year ago

Xav1204 commented 1 year ago

For upgrading PupilLab, we just needed to import the latest version. The prefabs being the same, we didn't need to make changes on the MainScene. As PupilLab latest works from Unity version 2018.4, we can upgrade it now.

Xav1204 commented 1 year ago

image

@bastianilso The datas are still written in the sample csv file but we have null values. I don't know if with the last pupilLab version you had this case?

bastianilso commented 1 year ago

@Xav1204 NULL values are fine, as long as the columns are not always NULL. But feel free to make further investigation about why this happens. Presumably maybe it is because we log data faster than the data from Pupil Labs arrive. You may want to see SampleLogger.cs for details.