It's no Unity crash.
Just OnMouseDown/OnMouseDrag/OnMouseUp methods don't work.
YYurgis
- Mar 22, 2024
- Joined Feb 8, 2024
Hello,
I am using TouchCamera in a project that uses the old InputManager to move objects using the OnMouseDown, OnMouseDrag and OnMouseUp methods.
The project is configured to use both the old InputManager and the new InputSystem.
The camera control works fine.
But moving objects broke down on Android.
On Windows, OnMouseDown works in the editor, but not on Android.
If TouchCameraInputs disabled, the OnMouseDown/etc methods on Android work again.
What could be the problem?