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

Fixing incorrect `delayCall` callback registrations #165

Closed Juris-S closed 3 weeks ago

Juris-S commented 2 months ago

In recent Unity changes to the Scene view shortcuts, they register a method to this callback to set up the contexts of navigation shortcuts (such as WASD movement). Incorrect registrations in the code-base essentially break any form of movement in Scene view. (See: UUM-73924)

This bugfix resolves the broken Scene view controls for these versions: 2022.3.14f1, 2022.3.33f1, 6000.0.6f1

Fixes #164