I’m having a problem where in the Editor, OnPointerDown executes before OnPointerEnter but on Android (when I build and run on my device) OnPointerEnter executes before OnPointerDown.
Is there a way of changing this or do I just have to write platform specific code?
Thanks