immersivecognition / unity-experiment-framework

UXF - Framework for creating human behaviour experiments in Unity
https://immersivecognition.github.io/unity-experiment-framework/
MIT License
214 stars 41 forks source link

[feature request] Add OnBlockBegin and OnBlockEnd events/actions #141

Closed ahmed-shariff closed 2 years ago

ahmed-shariff commented 2 years ago

As the title suggests, there could be OnBlockBegin and OnBlockEnd events. In the absence of this feature, I am testing the beginning and end of a block inside the OnTrialBegin and OnTrialEnd events.

If you think this could be a good addition let me know, I can work on it on my spare time.

thefirstfloor commented 2 years ago

That would be a nice addition. In our projects we use those a lot, I also made a workaround using the OnTrialBegin atm.