EventSystem.current.IsPointerOverGameObject does not produce the same results in Luna
This issue is likely due to Unity Playworks Plugin not fully supportying Unity's EventSystem
.
Possible solution:
- Try using a
Raycast
to check if the cursor is over a GameObject instead.