Animated Scene Transitions in 5 Minutes - Unity 2021 Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

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

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

    2:21 this was such a cute touch. thanks for the video.

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

    I dont believe it! its the 6 video that I'm trying to do this but every time something is messed up with the code. It's finally worked with your video! thank you :)

  • @KajewDeveloper
    @KajewDeveloper 3 ปีที่แล้ว +5

    THANKYOU SO MUCH!

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

    This was super helpful, thank you so so much!

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

    thank you very much for the tutorial, it helped me a lot and made my game with another face, I played your games on your website, I loved the 3 available, you are amazing and you teach very well in a short space of time, I love your videos !!

  • @jorosepo
    @jorosepo 3 หลายเดือนก่อน

    how to fix when ever i start the game it shows the animation
    how to make it as when i press the button it only shows animation

  • @juttacci
    @juttacci 3 ปีที่แล้ว

    thanks for this amazing tuto it's really help me

  • @d-c5689
    @d-c5689 3 ปีที่แล้ว

    Your videos are amazing. Thank you so much

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

    Hello, thank you for amazing tutorial.
    I have question. I made 'main' button that makes player return to main menu during playing. But when i press 'main' button, and play stage again then Fader covers whole screen and doesnt work. How can i fix it?

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

    Thank you!

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

    Hello, this is very useful, but my situation is Animation will be trigger before press button. Can you tell me why?

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

    Can you please tell how you activate the “start game” button and “back to menu” button. Thanks

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

    Why it isnt dotween? Leen isnt so old?

  • @abigail-leighstoffberg3949
    @abigail-leighstoffberg3949 7 หลายเดือนก่อน

    THANK YOU!!!!!

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

    Best tutorial on my opinion! Is there any way to invoke function that has variable?
    For example:
    { .... invoke(LoadScene, 1f) ...};
    void Load scene(string name){ ... }

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

      Thank you :)
      As far as I know: no. Would definitely be cool, but unless there will be such a functionality you have to use coroutines for this.

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

    mine works but only the half of it. it doesnt Fade out and only Fade In Works

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

    Thanks a lot.

  • @TOPMUSIC-wm1pi
    @TOPMUSIC-wm1pi 3 ปีที่แล้ว +2

    Great

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

    Hi, can you tell what functions you added to a start game button and end game button please?

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

      In your buttons there is a slot for onClick events. There you can add the game object where the script is located and selected the according method you want to trigger.

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

    i dont get the part faded part what should i change? pls tell every detail I'm dumb

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

      What part exactly do you mean? What is not working for you?

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

      @@VelvaryGames i dont know what part should i change when faded part what code should i change

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

      @@VelvaryGames what part of code should i change if i want faded cause i dont know

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

      @@roeldemiza7783 The exact code is shown at 6:11, Line 43-46. I simply did not show how I wrote it, but just the finished code

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

      @@VelvaryGames thank you 💖

  • @betadv
    @betadv 3 ปีที่แล้ว

    How does your vscode know all the functions and stuff, mine doesnt
    all it knows is things I already used, and in very minor detail, just tells me if there keywords

    • @VelvaryGames
      @VelvaryGames  3 ปีที่แล้ว

      You need to install and run Omnisharp. Might be a little bit tricky on windows, at least it took me some tries, but there are a lot of text tutorials out there.

    • @betadv
      @betadv 3 ปีที่แล้ว

      @@VelvaryGames I have it installed, aswell as a few other unity snippet extensions, it just doesn't want to work

    • @VelvaryGames
      @VelvaryGames  3 ปีที่แล้ว

      In VSCode you can check the log of the extension then. It should tell you what or why it's not working correctly.

    • @betadv
      @betadv 3 ปีที่แล้ว

      @@VelvaryGames I did everything, it shows as enabled and it doesn't give me anything.

    • @djdavidj
      @djdavidj 3 ปีที่แล้ว

      @@betadv I had this problem also. It was to do with C#'s plugin. My Omnisharp just wouldn't work.
      Try this, it helped me th-cam.com/video/KJYrRv9cShY/w-d-xo.html
      Also I use "Unity Snippets Modified" Extensions from the Marketplace. Good luck.

  • @SomeDudeOG
    @SomeDudeOG 3 ปีที่แล้ว

    I can't find the scene management package, I found another video referencing it but it's not in the package manager or the asset store

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

    🇲🇦🔥🔥🔥👑🔥🔥🔥🇲🇦