Zane
Zane

Reputation: 13

How Do I Make A Controller Accessible Menu | Unity

I have a menu on a game I'm working on. The menu consists of a few logos in the form of images, and 2 buttons in a canvas. I'm trying to give the game full controller support. How do I make it so that the controller can navigate through the menus?

The controller I'm using is a wired Xbox 360 Controller.

Upvotes: 0

Views: 568

Answers (1)

K. Torrance
K. Torrance

Reputation: 129

You need to define "First selected" in the event Manager. Thats all.

Upvotes: 1

Related Questions