AltTester-Unity-SDK
AltTester-Unity-SDK copied to clipboard
Input actions don't call OnMouseDrag
Steps to reproduce
- Create an object with an colider and a script that has OnMouseDrag
- Try using Swipe or any combination of command to drag that object
Actual result
AR
OnMouseDrag is called
Additional info
Expected result
ER
OnMouseDrag is not called