0

I just created a very simple 3D game, and I used Unity UI for the first time. Inside the game editor I can click the buttons and move the sliders. I build the game for my android,and I can see all UI elements on my device but however, for some reason, I just can't use them.

Can you please help me and explain what am I doing wrong? Is it a bug?

Smart Pants
  • 147
  • 2
  • 8

1 Answers1

1

I found the problem.

The Canvas element comes with "EventSystem" object. All I had to do is to check the CheckBox called "Allow Activation on Mobile device"...See yellow rect

Smart Pants
  • 147
  • 2
  • 8