v2.5.6
ExtendReality-Bot
released this
08 Jul 22:55
·
205 commits
to master
since this release
2.5.6 (2022-07-08)
Bug Fixes
- Drive: ensure the grabbed/ungrabbed drag values are set on enable (3a9688c)
The GrabbedDrag and UngrabbedDrag values were not being propagated to the relevant Float event proxy when the controllable was enabled as the code to set their values was not being called until the property was changed.
This fix ensures the data is propagated in the OnEnable call.