BioMotionLab / TUX

A framework for experiments in Unity and VR
https://biomotionlab.github.io/TUX/
Other
29 stars 4 forks source link

fix: corrected the displayed trial and block numbers in the runner panel #75

Closed xywang01 closed 7 months ago

xywang01 commented 8 months ago

The original implementation adds the number of trials per block after completing each block, whereas the currentTrialIndex is already tracking the total number of trials for the entire experiment. As a result, the displayed trial counter would become too large.

Also fixed the block counter by adding 1 to it.

AdamBebko commented 7 months ago

:tada: This PR is included in version 4.0.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

AdamBebko commented 7 months ago

@xywang01 Could you double check that the new release worked in the unity package manager? I ran into some major issues with the auto release scripts, and just want to make sure you can access the new version

xywang01 commented 7 months ago

I confirm that I was able to update to the newest release via Unity package manager. The trial and block counts are both correct now. Thanks for creating this new release!