Hello.
Are mouse functions working on mobile ?
Like OnMouseUp, Input.GetMouseButtonDown, Input.GetMouseButton,Input.GetMouseButtonUp,…
or i need to change them all for mobile ? Because they work on my phone, but idk if it will work on all other phones. On build i get warning about this:
Game scripts or other custom code contains OnMouse_ event handlers. Presence of such handlers might impact performance on handheld devices.
I’m using latest Unity 2020.
Regards