Smart Pants
Smart Pants

Reputation: 147

Unable to use Unity UI elements on my android

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

Answers (1)

Smart Pants
Smart Pants

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"...See yellow rect

Upvotes: 1

Related Questions