In my scene, there are several meshes and GUI elements. Sometimes GUI elements like InputText overlap with meshes. When pointer is moved on top of the InputText and scene is picked, the mesh below the InputText is getting hit. Is there anyway to avoid this?
I’ve tried isPointerBlocker and isHitVisible properties on the InputText and tried to use the predicate of scene.pick() but that acts only on meshes.