Widgets don't work on Android?

I am trying to develop a side scroller game and I use widgets for displaying my variables on screen but when enabling widgets -add to view-port- android virtual controllers does not work, forcing player only to jump rather than moving. Do you guys have any idea on ho to solve this problem?

1 Like

OK found the solution, widget’s visibility should be set to hit test instead of visible which is default

1 Like