CHANGE SCENE WITH BUTTON IN UNITY 🎮 | Scene Manager in Unity | Learn Unity

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 38

  • @rishvaantht5243
    @rishvaantht5243 ปีที่แล้ว +2

    Thank you so much! I was panicking at the last moment and had to hop from tutorial to tutorial and I luckily found yours! right to the point, simple steps and very useful video!

  • @brandonayala2507
    @brandonayala2507 2 ปีที่แล้ว +3

    In my opinion you are single handedly putting unity on your back with teaching. No other video to be found on youtube with clear and cut explanations as yours thank you man!

  • @FormlessFlesh
    @FormlessFlesh ปีที่แล้ว

    Honestly, I feel like I should only watch your videos from now on. You give the best step-by-step instructions, while also giving us options to pick and choose what to use from your lessons. Thank you for what you do!
    If you ever get the chance (and if you haven't done so already, sorry if you have) it would be great to see a video on UI Toolkit C3 programming. Not the making of layouts, but implementing them in your code. I seem to find so many videos on UI design, but they brush over the code so quickly that it's hard to figure out best use cases for each thing.

  • @h-tanks7163
    @h-tanks7163 ปีที่แล้ว +1

    Thank you so muchs! this tutorial not only taught me how to use scenemanager, but I also actually know how to use it more! tysm

  • @AnastasiKoko
    @AnastasiKoko 2 ปีที่แล้ว +1

    Decided to support u on Patreon coz content is just amazing. Good luck!

  • @blasterxt9
    @blasterxt9 4 หลายเดือนก่อน

    Very clear information buddy .👌

  • @Atenvardo
    @Atenvardo 2 ปีที่แล้ว +6

    Great tutorials, you should definitely think about a Udemy course with such clear and concise explanations, especially for us beginners. Love the content (:

  • @progoldfish7441
    @progoldfish7441 10 หลายเดือนก่อน

    thanks Helped me put together my main menu. although i did it with visual script which was far faster to set up ironically.

  • @tonywoods1439
    @tonywoods1439 ปีที่แล้ว

    Very solid video, great job!

  • @abhinayartham
    @abhinayartham ปีที่แล้ว

    Explained very nicely! thanks a lot

  • @yousifky
    @yousifky 2 ปีที่แล้ว

    This man is the best ❤

  • @Trickl_
    @Trickl_ ปีที่แล้ว +1

    you explain very well, thank you for making our lives easier kind soul

  • @MishimaFanatic
    @MishimaFanatic ปีที่แล้ว +1

    Superb.

  • @HienLe-lf2xc
    @HienLe-lf2xc ปีที่แล้ว

    Thank you for your amazing tutorial!

  • @Hidesinmud
    @Hidesinmud 6 หลายเดือนก่อน

    Do you think knowledge of Unity, or rather C#, will be valuable or worthwhile in the next decade?
    I had been using flash mx 2004 for years to do some basic animations, nothing professional, and although it’s a super out of date software a lot of the core components are still what are used today, and I think I’m learning Unity fast because I had that knowledge base.

  • @odoyomelody1
    @odoyomelody1 ปีที่แล้ว

    Hi, how do you switch from text sentence to another?..is it the same as scene loading method?

  • @Director414
    @Director414 6 หลายเดือนก่อน

    I wanna make a menu that pauses the game and I'm unsure about how to do this since from what I understand objects gets destroyed upon loading a new scene. Pausing with escape and then having a menu pop up I assume would have a different workflow than this "main menu" tutorial?

  • @gamathon6789
    @gamathon6789 ปีที่แล้ว

    Hello Danny, please where is the link to the video of how you created the UI elements

  • @spacechroma52
    @spacechroma52 ปีที่แล้ว

    My entire game design class and our instructor agrees that you look like mr. beast lmao

    • @Dani_Krossing
      @Dani_Krossing  ปีที่แล้ว +1

      It's either Mr Beast or Elon Musk people say I look like hehe

    • @spacechroma52
      @spacechroma52 ปีที่แล้ว

      WAHAHA, i love it, ive been following your videos to help better with a game im designing and coding for the class. Overall, videos have helped plenty, were throughly explained. thank you Mr.Beast for the incredible content haha. Ill be sure to leave a mention for your channel thats helped in the game

  • @Rainbowunicorn47
    @Rainbowunicorn47 8 หลายเดือนก่อน

    I am getting an error whenever i type in the ScenesManager script
    cannot convert from 'string' to 'ScenesManager.Scene
    Can anybody help?

    • @Dani_Krossing
      @Dani_Krossing  8 หลายเดือนก่อน

      Paste your code here :)

  • @IroquoisPliskin86
    @IroquoisPliskin86 ปีที่แล้ว

    So, Currently I have a function in ScenesManager() that I call to display the main menu, which contains a button that calls a function to start the game. I call the function to display the main menu in Start() of my GameManager class. When the game starts, the main menu displays, but when I click new game, the main menu briefly disappears but then reappears, and the game never starts. What am I doing wrong?

  • @lilcozygamer
    @lilcozygamer 2 ปีที่แล้ว +2

    Imagine being THIS handsome and intelligent 🥰😍

  • @mysterious_monolith_
    @mysterious_monolith_ ปีที่แล้ว

    15:08 (personal timestamp)

  • @TheBeastofthem1
    @TheBeastofthem1 ปีที่แล้ว

    So I'm using the 2021 Version and it says using UnityEngine.SceneManagement is not a thing. Yes I made sure it was the exact same

  • @koraykahraman9031
    @koraykahraman9031 2 ปีที่แล้ว

    I can make animations with png by following your tutorials. Can I turn this animation into a button?
    I have a door that opens or closes. I want it to open when clicked. Can you help?

  • @mlanc7775
    @mlanc7775 2 ปีที่แล้ว

    So I have a ButtonManager script that I use for most of my UI buttons. Inside i have a listener defined like you do and I have a function called buttonClicked() and it would call ScenesManager.Instance.LoadScene(some scene) My problem i'm facing is how can I dynamically create he enum type... Can I define in the inspector which button has which enum value? And then I can pass that into my buttonClicked() function in my button manager?

  • @favour5442
    @favour5442 2 ปีที่แล้ว

    First time I'm noticing that bluish light at the back🌚🌚

  • @schnex
    @schnex 7 หลายเดือนก่อน

    the systemManagment does not exist in my project :(
    how do i fix this

  • @rebeccabean6157
    @rebeccabean6157 ปีที่แล้ว

    Hi, I am getting a lot of errors using the scenemanager script and I'm not sure why. Could you possibly look at my code and errors?

    • @spineldove_4794
      @spineldove_4794 ปีที่แล้ว

      Did you write 'Scenemanager' not 'scenesmanager'?

  • @somalifreelancer6196
    @somalifreelancer6196 2 ปีที่แล้ว

    teacher we need js frameworks like react,vue and also php frameworks please if you have a time somalia africa

  • @calebawesome2580
    @calebawesome2580 5 หลายเดือนก่อน

    It won't work!!!

  • @did3d523
    @did3d523 6 หลายเดือนก่อน

    The script don't inherit a native class that can manage

  • @lestamon6950
    @lestamon6950 ปีที่แล้ว

    Man thanks but you talk sooooooooooooooo much about unnecesary things likel ( I have two scenes but of course you could have more than that ) ... like cmon man, WE UNDERSTAND.