Build a beautiful 3D open world in 5 minutes | Rain, Snow and Post-processing | Pt. 5

Поділитися
Вставка
  • Опубліковано 20 вер 2024

КОМЕНТАРІ • 42

  • @RealEngineer
    @RealEngineer 7 місяців тому +10

    This channel deserves way more subscribers 🎉

  • @patrickharris4300
    @patrickharris4300 7 місяців тому +15

    Great video. It would be cool to see how to add a player model and maybe give the player hands, allow them to hold objects, or some form of a basic HUD.

  • @dssolve
    @dssolve 7 місяців тому +1

    Brother you truly deserve enormous praise, we would all like to thank you for these tutorials. Keep em coming!

  • @kamiii_osu
    @kamiii_osu 7 місяців тому +1

    I think some underwater growth would be stunning! like some underwater grass, or coral

  • @danpfeifer2091
    @danpfeifer2091 6 місяців тому +1

    Super helpful, been really loving this tutorial series! I would love to see how to make a day/night cycle with occasional rain and snow. Thanks for the videos!

  • @bloxxybaddie
    @bloxxybaddie 4 дні тому

    great video! i would love to learn how to add more game-play elements like collecting items, using tools/weapons, and general interactive stuff.

  • @pitmonk
    @pitmonk 6 місяців тому +1

    Loving the series, following along. 🙂
    I'd like to be able to fell trees and build with the wood next?
    Or a points system maybe.

  • @RostigerRudi
    @RostigerRudi 8 місяців тому +2

    Found your Channel yesterday. Great content (you deserve more subscribers)- thank you very much! :)

  • @MelioChatAI
    @MelioChatAI 2 місяці тому +2

    these videos are so helpful

  • @whenyouarebored
    @whenyouarebored 8 місяців тому +1

    These tutorials are great! These are exactly what I was looking for! Could you maybe do animals or caves next?

  • @davidtourangeau
    @davidtourangeau 8 місяців тому +1

    LOooooooove those simple and useful tutorials! Keep them coming!

  • @kingsalami217
    @kingsalami217 4 місяці тому +1

    These are great! Thank you I’m slowly learning 😊

  • @patty4449
    @patty4449 8 місяців тому

    Idea: When its snowing...
    -First have your terrain ready (finished product)
    -Than sculpt slowly a snowy terrain on top (like a 2nd terrain layer)
    -Lower that layer when its not snowing or cold
    -Higher that layer when its snowing
    -Polish out and optimise
    Done, you now have a physcial layer of snow that appears when it snows... You could also lower plant models a little to make it easier and render them out saving on that render space...
    You can add similar ideas to houses and other things and even add some custom snow support...
    This is an idea I had playing Breath of the wild when I saw how the devs made water puddles...

  • @SlothFang
    @SlothFang 7 місяців тому

    Having seen a few comments for you to do caves, I think the best solution at the moment would be to refer back to the other biome portal. Make a cave entrance and have an invisible portal to teleport the player to the "cave".

  • @indieBen
    @indieBen 8 місяців тому +1

    Exactly what I was looking for 🔥

  • @fitriyansyah_
    @fitriyansyah_ 6 місяців тому

    excellent tutorial.. cannot wait to have whole project

  • @shaphanbhatti331
    @shaphanbhatti331 6 місяців тому

    Mind Blowing

  • @overlordtitus
    @overlordtitus 7 місяців тому +1

    Can you show how to add NPCs and a player model?

  • @Davasaurous
    @Davasaurous 8 місяців тому

    Looks like the snow was moving with the camera, should be able to run the particle simulation in world space coords for that though I think

    • @spaderdabomb
      @spaderdabomb  8 місяців тому +2

      Good call! I'll make this change for next tutorial when we fully implement the weather system

  • @MelioChatAI
    @MelioChatAI 2 місяці тому +1

    would love to be able to see a inventory and holding objects

    • @spaderdabomb
      @spaderdabomb  2 місяці тому

      I always wanna do inventory as part of this series but inventories get so complicated so fast....I'm not sure its a 5 minute topic.
      I may make a separate series on it though =)

  • @FearFmb
    @FearFmb 6 місяців тому

    love the vids bro

  • @yaboidabid
    @yaboidabid 8 місяців тому +1

    Why can't I change the exposure of the day/night cycle skybox?

    • @RostigerRudi
      @RostigerRudi 7 місяців тому +1

      Hard helping without knowing your settings and Code.
      Try implementing this:
      RenderSettings.skybox.SetFloat("_Exposure", Mathf.Sin(Time.time * Mathf.Deg2Rad * 100) + 1);

  • @MilionaireMindset674
    @MilionaireMindset674 7 місяців тому

    Post in on steam it seems pretty

  • @RainboyGaming
    @RainboyGaming 8 місяців тому

    maybe add biomes or like a procedural generation would be cool to

  • @Piggy4Wiggy
    @Piggy4Wiggy 7 місяців тому

    Please can you make a house that you can go in and collide with please

  • @indieBen
    @indieBen 8 місяців тому +1

    How to add snow on terrain and trees? Changing seasons?

    • @spaderdabomb
      @spaderdabomb  8 місяців тому +2

      It's looking like part 6 will be about a more complex weather system where I'll have time to look at those topics =). Part 6 will be my next release.

    • @indieBen
      @indieBen 8 місяців тому +1

      Nice ! That's what I need for my game, it started with your part 1 🔥

  • @dukeyys7701
    @dukeyys7701 5 місяців тому

    how would we make it, so that the rain particle plays every like idk 20 minutes just a random timing weather system, that also changes the skybox based on when its raining could you make a video tutorial on that?

    • @spaderdabomb
      @spaderdabomb  5 місяців тому

      I’m planning on adding that stuff in the next video but I’ve been working on a different series. I’ll come back to this soon :).
      You’d have to make a c# script and trigger the rain particles to be visible every 20 mins by counting with a timer

    • @dukeyys7701
      @dukeyys7701 5 місяців тому

      @@spaderdabomb Great to hear back from you! I'm looking forward to it Thank you :)

  • @ExpertRelic
    @ExpertRelic 8 місяців тому

    could you make a part 6 for adding a save like cloud save what could save the game and lets say items if you have a inventory?

    • @spaderdabomb
      @spaderdabomb  8 місяців тому

      I’ve done this before so would be pretty easy for me to add, will try to fit it in soon!

    • @ExpertRelic
      @ExpertRelic 8 місяців тому

      @@spaderdabomb thank you see all the tutorials on that is out dated so you might get a lot of people watching it to

  • @devioolgamer
    @devioolgamer 7 місяців тому

    how to add multiplayer?

  • @corimyers4985
    @corimyers4985 7 місяців тому

    Moving clouds?

    • @spaderdabomb
      @spaderdabomb  7 місяців тому +2

      It's something I'm looking into right now. It looks like Built-in pipeline and URP does not support native volumetric clouds/fog, so trying to find some good 3rd party solutions.

  • @alisamokarenko
    @alisamokarenko 8 місяців тому