Комментарии:
Hi Mikey! I just learned about your channel on Jonas' video!
When I created the arrow system for my game's menu I banged my had against the wall for days! Your solution was elegant (I wish I had known it at that time!).
Unfortunately, my channel didn't make it to his video. :(
All the best!
Hi! I tried to do this but buttons will only select using the arrows after I've clicked one of them with the mouse. And the highlight while using the arrows is too light and it can't be seen well.
ОтветитьEhy can you help me? It work just fine, but what i need to do for having the first button selected automatically when a start the game? Thank!
ОтветитьI do not work I press the keys but nothing happens
Ответитьname of this Song version?
Ответитьthanks bro...that was great
ОтветитьWhat button should you press to tap the button besides the mouse?
ОтветитьThis worked wonderfully. Thank you!
ОтветитьThank you is very nice tutorial
ОтветитьBut how if I want use same navigation style in UI with image only , & (without button) ?
ОтветитьWow I didn't know it was that simple
Ответитьthanks man
Ответитьthank you
ОтветитьGood tutorial, but you forgot to include how to select a button on start up (without mouse). For those who are wondering, check the event system and look at "First Selected" :)
ОтветитьAs much as I've used Unity over the years, I completely overlooked this and always find some convoluted programmatic way to do it...this is a game changer, and a time saver lol. Thank you! Also thanks to the comments below that suggested using a script, never considered doing it that way (I'm old school sometimes in my way of thinking), I'm not new to OOP either...had a dummy moment. Thanks again!
ОтветитьWhat if I want to hide the mouse cursor completely ? how would I do that! I only want to use arrows keys
ОтветитьThanks:)
ОтветитьIs there a way to make it so you can use WASD and not the arrow keys?
ОтветитьHello HOW I CAN DOING WITH ROOL MOUSE GO AND BACK?
ОтветитьREALLY HELPFUL
ОтветитьIf id'like move up down with scroole whell mouse as minecraft?
Ответитьhw can you click on them if press enter?
ОтветитьFor people who want to use another keys insted of arrows, the event system works with the input system, so if you want another key, is as simple as change the input of the evento for a new one that use the keys you want, or you can also simply change the keys used by the default inputs
Ответитьwoo Awesome! 😀
First came across a tutorial that used the new UI system. But to heck with that. This is way easier 😁
Hello, when i'm following the video, it doesnt work. I'm quite interest to know about your input system and event system. Maybe I'm lost there. Or maybe do you have other solution for this one when if it doesn't work?
ОтветитьSince this requires you to click a button with the mouse before you can navigate, you need to open the Event System from the hierarchy (automatically created when you create a UI object) in the inspector and drag one of your buttons over from the hierarchy to the "first selected" box. Then when you click play this button will be automatically highlighted and you can navigate without mouse.
Ответить