- Home /
 
Do UI Buttons work the same for Touch for an Android Game?
Or does it only work with a Mouse OnClick?
               Comment
              
 
               
              Answer by tessellation · Dec 30, 2017 at 08:46 AM
Yes, they work for touch when your EventSystem sends pointer events from touches. This is the default when you have the mobile input standard asset installed via this menu item:
 Assets -> Import Package -> CrossPlatformInput
 
              Your answer