ViveInputUtility-Unity icon indicating copy to clipboard operation
ViveInputUtility-Unity copied to clipboard

Cache reset poses so effectTargets maintain position

Open JeffBail opened this issue 6 years ago • 0 comments

If the effectTargets are moved after the application is running when OnColliderEventPressUp restores the positions from resetPoses back into the effectTargets they'll get restored back to their original position in the scene instead of their updated positions. Called CacheResetPoses() from OnColliderEventPressEnter to update the cache so the restore works properly.

This is an additional fix to issue #114.

JeffBail avatar Apr 26 '19 15:04 JeffBail