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