Hello,
I have read several posts but I have not managed to make it work.
I have a Canvas with several elements. I want to do the following:
- Clicks should not be passed as actions in the code. Currently if I click in the canvas it seems to pass through as an action so I see some results I should not be seen.
- Allow only specific UI elements to be clicked e.g. I have a text input field so upon click it should just allow me to type.
Any suggestions welcome