Reputation: 147
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?
Upvotes: 0
Views: 3391
Reputation: 147
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"...
Upvotes: 1