Adding new Virtual Buttons (mobile input)

Idodi

New member
Hi,

I added new input types but it appears that GetButton is always returning false and only working for older inputs (such as "Fire1") am I missing something?
 
Are you using one of the input assets recommended on this page? Is the input name you're trying to get assigned in Unity's input manager? (or their new input system if you're using that)
 
It's assigned and it's working in Editor, but not on mobile.

I'm not using any of the assets. FYI EasyTouch is deprecated, no longer supported and cannot be purchased so perhaps consider either removing it or mentioning this :)
 
How/where are you calling GetButton? If it's a custom script could you post the relevant snippet?
 
Top