Top100vn - Top tin tức chuyên công nghệ, game, du lịch
  • Home
  • Công Nghệ
  • Du Lịch
  • Kinh Doanh
No Result
View All Result
  • Home
  • Công Nghệ
  • Du Lịch
  • Kinh Doanh
No Result
View All Result
Top100vn - Top tin tức chuyên công nghệ, game, du lịch
No Result
View All Result

Make A Gorgeous Start Menu (Unity UI Tutorial)!

admin by admin
July 11, 2020
in Game
50
Make A Gorgeous Start Menu (Unity UI Tutorial)!



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!
Patreon:
Pinstripe:
Wishlist my next game!
Follow me on Twitter:
Follow me on Facebook:
Instagram:

——-Resources———-

Tutorial Project Files:
PSD Layers Exporter:
Unity:

Nguồn: https://top100vn.com/

Xem thêm bài viết khác: https://top100vn.com/game

Xem thêm Bài Viết:

  • Hướng dẫn cách chơi quay slot xèng hoa quả tại Rikvip
  • Tìm hiểu top game đánh bài nào hay nhất hiện nay tại iwin club
  • Những game bài 52 lá hot nhất các nhà cái
  • Phương pháp quay thử xổ số Tây Ninh Kubet
  • Super Nintendo Game Collection Display Ideas
Previous Post

Đánh giá chi tiết Honor Play: Chiếc smartphone gaming giá rẻ đáng mua

Next Post

Trải nghiệm nước Mỹ - Đoàn 27.1.2019 (22AL) | Du lịch Mỹ | Du lịch Hoàn Mỹ

Next Post
Trải nghiệm nước Mỹ – Đoàn 27.1.2019 (22AL) | Du lịch Mỹ | Du lịch Hoàn Mỹ

Trải nghiệm nước Mỹ - Đoàn 27.1.2019 (22AL) | Du lịch Mỹ | Du lịch Hoàn Mỹ

Comments 50

  1. Thomas Brush says:
    2 years ago

    WHOA. My next game Neversong comes out on Steam MAY 20th! Wishlist now to snag that tasty launch discount 🙂 https://store.steampowered.com/app/733210/Neversong_formerly_Once_Upon_A_Coma/

    Reply
  2. Bysamy Satehy says:
    2 years ago

    Hii the tutorial really help me! but the link for the photoshop script is gone…is there another place where I can download it?

    Reply
  3. hamza siddique says:
    2 years ago

    Can anyone tell me the difference in UIElements and Unity UI(packages)?i have seen the unity manual but i could not understanding the main difference.

    Reply
  4. Jeriel Isaiah says:
    2 years ago

    Hey, I just saw your video and I really enjoyed it. Is there any way I can get a private lesson from you, like a real private class. Is the join button next to the subscribe button going to take me to a private class with you? Looking forward to your replies, great video

    Reply
  5. Husman says:
    2 years ago

    Your mouse has such a satisfying click lol. Awesome video!

    Reply
  6. Absillustrations says:
    2 years ago

    Hi Thomas, new subscriber here. I would like to ask you what resolution you set the PSD files. Do you go with 72 dpi or do you go higher? Love the channel, thanks.

    Reply
  7. 47Mortuus says:
    2 years ago

    great visual guidance, great music (especially the piano driven piece) – horrific code 😀

    Reply
  8. Geecko91 says:
    2 years ago

    let's speak reel you are a dumb

    Reply
  9. MikeOnTheBox says:
    2 years ago

    Don't know in 2019, but I heard you shouldn't use text and use Text Mesh Pro (Default with Unity also)

    Reply
  10. AbzzDev says:
    2 years ago

    How would you implement a working quit button here? I am unsure how to link code to the buttons as apposed to the animations.

    Reply
  11. kennouchi youcef says:
    2 years ago

    You are the best

    Reply
  12. Must says:
    2 years ago

    Oww so thats how its working. Thank you

    Reply
  13. Brian Nichols says:
    2 years ago

    Nice video, Thomas. However 72dpi is good for 1920×1080, or even 2560×1440… however your high dpi monitors (4K & 8K) run at the 96dpi level. So if your going to make any type of asset for 4K (such as your textures), make sure your pixel density is set to 96dpi. You shouldn't use the browser standard as a guideline, since modern browsers could really care less what the dpi is. Back in the day, 72dpi was coined as the standard. Not today, however.

    Reply
  14. Wayneman says:
    2 years ago

    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.

    Solutions:
    1) Only animate your UIs via code using coroutines. It is the only way to ensure that nothing is updated when nothing is supposed to happen.
    2) If you have an element that has to be animated 24/7 -> put it on a seperate canvas. That way the rest of your UI won't have to be recalculated every frame.
    3) Uncheck "raycast target" on EVERY element that isn't interacteable in your design. Only leave it checked for buttons, sliders, etc.. Otherwise you might block input + you will trigger unnecessary calls on object that aren't supposed to do anything.
    4) If you fade out elements by reducing the alpha: Consinder ".SetActive(false)" whenever alpha is 0. Just because you can't see it anymore, that doesn't mean the actual mesh isn't updated/recalculated.

    Unitys UI system can be a real bitch and performance killer. It might not matter as much for a very small menu scene like the one in this video, but you are going to feel the impact in a game scene that renders hundreds of UI elements + the actual game big time – especially on low end and mobile devices.

    Reply
  15. Fireskull225 says:
    2 years ago

    the project file in the description is the Unity sceen

    Reply
  16. Jay is for? says:
    2 years ago

    I need help I don't know those set up at all can any explain for me? I'm just a beginner

    Reply
  17. Ahmad Imtiaz says:
    2 years ago

    While scaling components with handles, you can press and hold 'alt' to scale them in both directions (like a mirror effect)..

    It's a real time saver 👍

    Reply
  18. Cvp Cvp says:
    2 years ago

    Hi can you pls make a video on save systems

    Reply
  19. ByakugaK says:
    2 years ago

    Thanks for the help! Still helpful in 2020.
    ( Unity Version 2019.3.11 )

    Reply
  20. Phaaze Reborn says:
    2 years ago

    I plan to make a 2D game which is a crossover between block breaker and space invaders. for 4:3 ratio, can I still do it in 4K?

    Reply
  21. Vigiment says:
    2 years ago

    "Because I am a smart dude, i have this all set up". TITLE: (UNITY UI TUTORIAL) i thought this was tutorial lmfao

    Reply
  22. RashadZ says:
    2 years ago

    I'm looking at this tutorial after having this in my Game Dev playlist for a while. After making my first menus using Unity's weird input/event system, this looks like the best method to execute switch menu to menu without any issues. Thank you so much for show me and others this.

    Reply
  23. Drew Andersen says:
    2 years ago

    The poster image of this video totally conflicts with content. Misleading as hell.

    Reply
  24. Jarppa X says:
    2 years ago

    8:55 you are best dev i ever see. it look same what ever user screen size is. just like you designed. NOT scaling smaller LOL. wow nice 4k gaming. what the fuck that saying i want switch gears but cant read so small text. switching 1080 oh nice.lets play 1080 then better frame rate not stress gpu nice!

    Reply
  25. Jarppa X says:
    2 years ago

    3:56 yeah stupid game devs. lets use 4k and text are small. not scale relative same as 1080. it should look same what ever screen resolution is.when using 4k then text has more pixels it look nice. 99% going bigger resolution text get SMALLER why? why use bigger resolution then use exactly same text size it will be small and still use same pixels looks bad LOL
    its like lets use 4k resolution becouse it has more room(wrong thinking) its 4k to give more resolution. it should not change anything on game other than resolution.

    same goes OS resolution. going higher should leave every relative size. its user preference if want text and icon go smaller.if i use 4k i use it becouse resolution not for make everything smaller LOLwhy want use same 64×64 icons in 4k when can use 128×128 and it look same as 1080,but BETTER QUALITY lol

    Reply
  26. Daniel Rosheuvel says:
    2 years ago

    Glad i found this channel btw

    Reply
  27. Daniel Rosheuvel says:
    2 years ago

    Tbh I've never drawn a day in my life and I say this cause I know games need art but I'm in love with coding and games so i'll give it go

    Reply
  28. Evelyne Glass says:
    2 years ago

    I need to thank you for just the first few seconds of your video it made me smile, I really needed that today ❤️

    Reply
  29. Baaki says:
    2 years ago

    Instead of using Input.GetAxis and changing the gravity of the input, you could also just use Input.GetAxisRaw.

    Reply
  30. OXMOND Tutorials says:
    2 years ago

    Another great tutorial! Well done! 😊👍 But where do we find the Photoshop PNG export script? The link in the description seems broken… 😅

    Reply
  31. R4P114EL_ says:
    2 years ago

    Hello, I don't know how to make the script work with a mouse, could someone help me?

    Reply
  32. boutrioult says:
    2 years ago

    Hi from France !
    Great tutorial ! Thanks a lot !
    I followed your tutorial to build my menu, but I have a lot of problems to switch between "Main menu" and "Save Select Menu" that we see in the end of your video.
    Please keep going (if you can of course) to make a next tutorial of this one (Gorgeous Start Menu – Part 2 for exemple).
    You are a master ! Thank you !

    Reply
  33. Seth Larcomb says:
    2 years ago

    Do you not use textmesh pro? I find it to be extremely buggy and I'm about to say f it and just program it all from scratch.

    Reply
  34. Germes Obiang says:
    2 years ago

    Thanks for tutorial

    Reply
  35. humanbeing_ says:
    2 years ago

    ok i think we can all agree that this guy is a god in this stuff

    Reply
  36. Swathi Prakash says:
    2 years ago

    I haven't been able to get it to work properly, it keeps saying that the parameter doesn't exist for "pressed" and "selected"

    Reply
  37. Processor says:
    2 years ago

    Before designing those animations I suggest all beginner fellows to take a look at tweening. It will save a lot of time for you.

    Reply
  38. ThatWasWeird says:
    2 years ago

    Stop complaining guys… he put the full project folder in the description. There you can see where every component and script is supposed to be.

    Great vid, helped me a lot!

    Reply
  39. Coco HD says:
    2 years ago

    To what extent can you customize your main screen with the free version? ive read that with the free version it is limited

    Reply
  40. Ciggy says:
    2 years ago

    This guide is shit. You literally skipped the main reason why i am here. Show us all from scratch you lazy man

    Reply
  41. Muhammad Ather says:
    2 years ago

    Hey.. i know you are doing well. I have a question. Why did you not use actual button from UI instead you use a rectangle,text and script (to make it functional). Isn't it a lot of effort to do? Kindly, reason my query. Thank you.

    Reply
  42. Teri Beckham says:
    2 years ago

    I'll admit it. That intro made me feel special. 🙂

    Reply
  43. JackFastGame says:
    2 years ago

    What about ultra wide screens support? If I use 1920×1080 reference resolution my elements at bottom and upper edges of screen get cut on ultra wide resolutions. What should I do?

    Reply
  44. Megan Weber says:
    2 years ago

    How do I rotate the UI when the screen width is less than the screen height?

    Reply
  45. Kimberly Yatsevich says:
    2 years ago

    "im glad to see your beautiful face smiling back at me."

    My face: 🤤"durrr"

    Reply
  46. Oriental Memes says:
    2 years ago

    You literally skipped over the most important parts. Cmon, man, your stuff looks great but what the actual fuck

    Reply
  47. Alexandra Parker says:
    2 years ago

    I'm sorry to have to say this but, this is an awful tutorial. I spent 4 hours trying to follow his instructions and only made it 3 minutes into the video without running into some MAJOR problems. There is so much he didn't mention. One of them being dragging the background into the scene area, he never mentioned that before you can do that, you need to use the inspector and change the texture type from Default to 2D (Sprite and UI). This i'm sure is just one of many things he left out that makes this video unwatchable. Sorry mate

    Reply
  48. ayed abboushi says:
    2 years ago

    Thanks Thomas, for guys who are complaining for the missing steps, you can check other videos how to animate, this is advanced tutorial.

    Reply
  49. Dani Feldman says:
    2 years ago

    No hate at all, I love your videos, they are amazing. But as a developer I can tell that you does not have that "feeling" of writing good code. The MenuButtonController break one very important clean code principle and the posix — (decrement) operator is not reasonable to use in your example. I suck at sound, marketing and any graphic design so I do not say that one dev can master all. Just an interesting realisation that you do not need to be perfect in order to bring alive a good idea. Thanks for teaching this.

    Reply
  50. Ltherix says:
    2 years ago

    "Because I am a smart dude, I already have this all set up". OHH SHIIIIIIITTTTTT!!!

    PLEASE MAKE FULL TUTORIAL

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Xem Thêm

Hướng dẫn lựa chọn du thuyền độc thân tốt nhất cho du khách ở mọi lứa tuổi

Hướng dẫn lựa chọn du thuyền độc thân tốt nhất cho du khách ở mọi lứa tuổi

December 14, 2022
TOUR HỒ TRÀM 3 NGÀY 2 ĐÊM  | DU LỊCH HỒ TRÀM – DU LICH YẾN VIỆT / TOUR HO TRAM 2N1D 1740000 VND

TOUR HỒ TRÀM 3 NGÀY 2 ĐÊM | DU LỊCH HỒ TRÀM – DU LICH YẾN VIỆT / TOUR HO TRAM 2N1D 1740000 VND

July 14, 2020
DU LỊCH SÀI GÒN | Khám phá Chợ Bến Thành ngày và đêm: Nhiều Người đẹp và Món ăn ngon

DU LỊCH SÀI GÒN | Khám phá Chợ Bến Thành ngày và đêm: Nhiều Người đẹp và Món ăn ngon

July 14, 2020
HỒ CỐC BÃI BIỂN ĐẸP MÊ HỒN | XUYÊN MỘC | VŨNG TÀU

HỒ CỐC BÃI BIỂN ĐẸP MÊ HỒN | XUYÊN MỘC | VŨNG TÀU

July 14, 2020
Thác Bản Giốc – CAO BẰNG – Động Gườm Ngao – Pắc Bó – BẮC KẠN – Hồ Ba Bể – Tuyên Quang – Thái Nguyên

Thác Bản Giốc – CAO BẰNG – Động Gườm Ngao – Pắc Bó – BẮC KẠN – Hồ Ba Bể – Tuyên Quang – Thái Nguyên

July 14, 2020
HOTDEAL.VN | Đẹp Toàn Diện Tại Hệ Thống Spa Việt Hàn – Âu Hàn. #hotdeal

HOTDEAL.VN | Đẹp Toàn Diện Tại Hệ Thống Spa Việt Hàn – Âu Hàn. #hotdeal

July 14, 2020
  • Chính Sách Bảo Mật
  • Liên Hệ

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Công Nghệ
  • Du Lịch
  • Kinh Doanh

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.