Focuscampus - Đi đầu trong lĩnh vực giáo dục, xem tin nâng cao tri thức
  • Home
  • Nội Thất
  • Ngoại Thất
  • Công Trình Kiến Trúc
  • Cảnh Quan
  • Công Nghệ
  • Kinh Doanh
No Result
View All Result
  • Home
  • Nội Thất
  • Ngoại Thất
  • Công Trình Kiến Trúc
  • Cảnh Quan
  • Công Nghệ
  • Kinh Doanh
No Result
View All Result
Focuscampus - Đi đầu trong lĩnh vực giáo dục, xem tin nâng cao tri thức
No Result
View All Result
Home Game

Make A Gorgeous Start Menu (Unity UI Tutorial)!

admin by admin
07/07/2020
in Game
35
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://focuscampus.org/

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

Xem thêm Bài Viết:

  • TOP 5 website xem kết quả xổ số uy tín nhất hiện nay
  • Nhà cái lô đề 66loto sở hữu rất nhiều điểm mạnh anh em nên biết!
  • Bk8 chơi tài xỉu online ATHK có uy tín không?
  • Tổng hợp chương trình khuyến mãi HL88 mới nhất năm 2021
  • Top 5 Trang Xem Bóng Đá Trực Tuyến Chất Lượng Nhất Hiện Nay
Previous Post

EXPANDIR - AUMENTAR MEMORIA RAM EN ANDROID | RAM EXPANDER PATCHED 2019

Next Post

Nghệ thuật Phòng the đỉnh cao - Cô Vera Hà Anh - Con số bí mật trong tình dục

Next Post
Nghệ thuật Phòng the đỉnh cao – Cô Vera Hà Anh – Con số bí mật trong tình dục

Nghệ thuật Phòng the đỉnh cao - Cô Vera Hà Anh - Con số bí mật trong tình dục

Comments 35

  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. 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
  3. 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
  4. Husman says:
    2 years ago

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

    Reply
  5. 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
  6. 47Mortuus says:
    2 years ago

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

    Reply
  7. Geecko91 says:
    2 years ago

    let's speak reel you are a dumb

    Reply
  8. 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
  9. 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
  10. kennouchi youcef says:
    2 years ago

    You are the best

    Reply
  11. Must says:
    2 years ago

    Oww so thats how its working. Thank you

    Reply
  12. 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
  13. 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
  14. Fireskull225 says:
    2 years ago

    the project file in the description is the Unity sceen

    Reply
  15. 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
  16. 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
  17. Cvp Cvp says:
    2 years ago

    Hi can you pls make a video on save systems

    Reply
  18. ByakugaK says:
    2 years ago

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

    Reply
  19. 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
  20. 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
  21. 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
  22. Drew Andersen says:
    2 years ago

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

    Reply
  23. 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
  24. 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
  25. Daniel Rosheuvel says:
    2 years ago

    Glad i found this channel btw

    Reply
  26. 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
  27. 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
  28. 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
  29. 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
  30. R4P114EL_ says:
    2 years ago

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

    Reply
  31. 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
  32. 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
  33. Germes Obiang says:
    2 years ago

    Thanks for tutorial

    Reply
  34. humanbeing_ says:
    2 years ago

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

    Reply
  35. 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

Leave a Reply Cancel reply

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

Người Đẹp Doanh Nhân

Có Thể Bạn Chưa Biết

Về Chúng Tôi


Focuscampus – Đi đầu trong lĩnh vực giáo dục, xem tin nâng cao tri thức. Cập nhật mọi phương pháp giáo dục tốt nhất hiện nay. Đảm bảo những mầm non sẽ được bồi dưỡng bởi nền giáo dục theo tiêu chuẩn quốc tế và áp dụng rộng rãi ở Việt Nam

Video Bất Động Sản

https://www.youtube.com/watch?v=xmjOOVj9iOU

Hình Ảnh Bất Động Sản

Hệ điều hành dựa trên Linux đáng tin cậy nhất để lựa chọn
Hệ điều hành dựa trên Linux đáng tin cậy nhất để lựa chọn
Vị trí đắc địa của tỉnh Long Thành, Đồng Nai
Vị trí đắc địa của tỉnh Long Thành, Đồng Nai
Tổng quan mặt bằng dự án Long Thành Pearl
Nội thất văn phòng cần tối đa hoá được công năng
Tranh rồng dát vàng mẫu 1
  • Giới Thiệu
  • Liên Hệ
  • Chính Sách Bảo Mật

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

No Result
View All Result
  • Home
  • Nội Thất
  • Ngoại Thất
  • Công Trình Kiến Trúc
  • Cảnh Quan
  • Công Nghệ
  • Kinh Doanh

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