Hi, I'm using a red dot to remind people where they click, a collider has been put in front of everything to handle OnPress/OnDrag.
Unfortunately buttons behind it will not be clicked, I'm wondering is that possible to make the collider response without blocking the raycast go through it?
UICamera.fallthrough and UICamera.genericEventHandler seems pretty close to the answer but the former has to be set behind everything, and the latter is obsolete.
