Tap to unmute
Make A Gorgeous Start Menu (Unity UI Tutorial)!
Embed
- Published on Jan 21, 2019 veröffentlicht
- Here are the basics for creating an epic start menu in Unity! Thank you Erik Coburn for coding the final version of the menu system!
► Learn Game Dev (Get 25% off with code LETSGAMEDEV): www.fulltimegamedev.com/
► Learn 2D Art (Get 25% off with code LETSGO): full-time-game-dev.teachable....
► Get my 2D Game Kit Free: www.fulltimegamedev.com/free-...
Pinstripe: store.steampowered.com/app/331...
Buy Neversong: store.steampowered.com/app/73...
Follow me on Twitter: atmosgames
Follow me on Facebook: atmosgames/
Instagram: atmosgames
-------Resources----------
Tutorial Project Files: github.com/atmosgames/unityMe...
PSD Layers Exporter: github.com/hsw107/Photoshop-E... github.com/atmosgames/unityMe...
Unity: unity3d.com/get-unity/download
► Learn Game Dev (Get 25% off with code LETSGAMEDEV):
I love your content from 3 years ago, keep them comming
Just a little advice for everyone who wants to work along with this tutorial: Do NOT animate your UI elements using the Unity animator! Even if the animator is "stuck" on a 1 frame idle animation it will still perform a set-call on EVERY field that is animated (position, scale, rotation, etc.) on EVERY frame of your application. While that alone is reason enough never to do that, it gets even worse: Even though nothing seems to change on your canvas those set-calls trigger the ENTIRE canvas to recalculate every single element it contains.
Before designing those animations I suggest all beginner fellows to take a look at tweening. It will save a lot of time for you.
This has been a really fantastic incremental guide to creating a menu system. Thanks as always for all you do for us!
Such a great series of tutorial, from the finest source around!! Thanks mate!🙏🌞
Thanks to people like you, others have the opportunity to learn what they want so much.
Great work as always Thank you for the amazing content!
I really enjoyed this Thomas. The new year content has been great, keep it up!
I've been watching your content for several months. Thank you very much for taking the time to put these videos out there. I've been more motivated to get a game done because of you and I can't say thank you enough!
Thank you for these highly knowledgeable tutorials! Looking up to more in future! :)
I love your tutorial! Its rare that background music is actually conducive to helping with a tutorial, but you did it quite nicely. Well done.
Even as an intermediate unity user I still learned something. I didn't know about the use of those green borders in the sprite editor and now I know. Thanks for sharing Thomas!
Youre doing great! Thank you for these videos! They show us how YOU do it and it helps us start! =w= I appreciate all your hard work!
This looks so amazing 🤩
Thank you soooo much. I was having a hard time making a menu and this helped very much!!
As someone just starting out with Unity and game development in general, I have to say thank you for creating these videos. They are really helping me to get started and learn Unity. Keep them coming.
Awesome tutorial ! Is really nice to have such a tutorial to create a menu that is not only functional but also really beautifull. I subscribe direct !
PLEASE make more Unity UI tutorials. This is the best, the music keeps me so engaged!
I really appreciate this tutorial Thomas Brush, taking this video as a guide worked perfectly for the desired main menu system I got. However, the most important thing is missing. You haven't indicated on changing the main menu to option screen or any of those script in this video since what you did was apply your animation made script to your UI elements and not on a the button component itself.