vanjac / voxel-editor

N-Space: a mobile app for building 3D interactive worlds
https://play.google.com/store/apps/details?id=com.vantjac.voxel
MIT License
50 stars 9 forks source link

Not detecting when touch is over joystick or Jump button #397

Closed vanjac closed 1 week ago

vanjac commented 1 week ago

This stopped working in new builds for some reason. EventSystem.current.IsPointerOverGameObject is not returning correct values for TouchPhase.Began (maybe input module hasn't processed touches yet?)

Switching to Pointer events might fix this?