Blog
Unity 3d – Detect Touches/Click events on UI and GameObjects
Hi there , I want to share this documentation about detecting events touches/click on UI and GameObject , it could be really usefull to understand how it works. You don’t use the Input API for the new UI. You subscribe to UI events or implement interface depending on the Read more…