Smooth Loading Bar In Godot 4 ( Changing Scenes In Godot )

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

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

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

    Hey guys, you can join my new Discord server from here:
    discord.gg/AGt8u2RABE

  • @dueddel
    @dueddel 10 หลายเดือนก่อน +9

    I like the "never stop pretending to load something" mentality to always show at least **some** progress to the user instead of being stuck at X% for a while. 😘👍

    • @Code_It_All
      @Code_It_All  10 หลายเดือนก่อน +4

      I know right? I was sick of how the ResourceLoader was working, though this will work untill the 90% point in which it will compeletly stop ( if the loading scene hasn't finished yet that is ).

  • @Gambit-YT
    @Gambit-YT 10 หลายเดือนก่อน +2

    This was WAY better than I expected! I don't need a loader for anything right now, but I'll be sure to keep this in mind.
    Thanks for this!

  • @CyberRevolt
    @CyberRevolt 9 หลายเดือนก่อน +1

    This tutorial is totally worth a subscription! Using lerp for smoothing values in progress bar and label is genius.

  • @IIcux-op3dt
    @IIcux-op3dt 10 หลายเดือนก่อน +3

    Brother, this is just amazing! My loader is much worse than what I see here. Moreover, my loader often has errors that are rigidly dependent on the duration of the animation. As a result, you have to manually edit the animation every time. But what I see here is much cooler, and it's strange that I haven't seen anything like this before, although I Googled to get rid of my imperfections. Now I will copy this from you, and my code will no longer be rigidly dependent on animation playback. Thank you so much for this video tutorial!

  • @CrushingJosch
    @CrushingJosch 9 หลายเดือนก่อน

    Amazing tutorial! I have a similar setup but without the entire smoothness-thingy. This just makes it sooo much better :)
    Your channel is really gold!

    • @Code_It_All
      @Code_It_All  9 หลายเดือนก่อน

      Thanks !

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

    thank you for this tutorial, it's great :)

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

    So great. I have learned a lot with this video.

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

    just what i need, thx!

  • @nettorb_
    @nettorb_ 7 หลายเดือนก่อน +2

    Heyo, that's a pretty nice video!
    But I have a question, I don't fully understand a lot of of this stuff... The loading works fine and all, but I wanted to load everything in my scene.
    To give an example of the problem, I use the scatter plugin to make grass in the game, but when I load the scene, the grass still takes a second to load, an in that process, the game stutters a bit...
    Do you know a solution to this?

  • @nowherebrain
    @nowherebrain 5 หลายเดือนก่อน +1

    I'm sure it's possible, but without me having to waste time figuring it out is it possible to simply load scenes and then add them as children to the existing root node once the loading index is 1.0?..or even at a later time?
    another question, and this is more complicated...
    Can you load a scene with and set a few of it's values on load(expoted properites)?
    e.g. I want to have my top level(scene root) main menu(control) and then load in the world...keeping the player and it's data constant(basically the player will always exist and only "pause" when loading parts of the world...????

  • @mahmoud_ali_963
    @mahmoud_ali_963 2 หลายเดือนก่อน

    thank youuuuuuuu

  • @vRV379
    @vRV379 10 หลายเดือนก่อน +1

    If i want to go back and also i have animation to run at same time.how do that?

    • @Code_It_All
      @Code_It_All  10 หลายเดือนก่อน +2

      I don't understand your question, can you explain more ?

  • @WiingsYT
    @WiingsYT 7 หลายเดือนก่อน +4

    Please stop writing code and then changing it mid video it causes more confusion than anything else., and is slightly annoying. I had to go back multiple times because I didn't notice a change you made to a line you wrote less than a minute prior. Maybe it's just me, but otherwise good video man.

    • @pedronvitoriano
      @pedronvitoriano 3 หลายเดือนก่อน +2

      He's not making a video to copy, but he's teaching. For teaching reasons, I think what he did was the best