How To Create A Megascans Master Material - Unreal Engine 5 Materials Tutorial

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии • 27

  • @PitchforkAcademy
    @PitchforkAcademy  3 месяца назад +4

    For a limited time I'm offering lifetime access to my Discord server, Mizzo's Dizzo, to the first 150 people who make a one-time payment of $10USD! 🤯 Head over to my Patreon and jump on board:
    www.patreon.com/MizzoFrizzo

  • @KingSkrap
    @KingSkrap Месяц назад +1

    Good tutorial. Would love to see one on how to procedurally spawn grass onto a landscape based off what texture is shown

  • @JosephH-n2b
    @JosephH-n2b 14 часов назад

    great tutorial but I would like to see tint adjustments for the materials too as sometimes I want to matcfh some materials closer to others for different seasons without changing materials

  • @soimul9497
    @soimul9497 3 месяца назад +1

    Thank YOU for this great tutorial.

    • @PitchforkAcademy
      @PitchforkAcademy  3 месяца назад +1

      @@soimul9497 Thanks for watching and engaging with our content! 🙂

    • @Vylocity
      @Vylocity 3 месяца назад +1

      Glad you enjoyed it!

  • @Hunt4Glory
    @Hunt4Glory 3 месяца назад +2

    Great tutorial! I want more!!!!!!

    • @Vylocity
      @Vylocity 3 месяца назад

      you'll get more!

  • @JenisixR6
    @JenisixR6 3 месяца назад +1

    would love to see a tutorial on weapon deadzone with an option to toggle it to be on or off when aiming as well, almost no tutorials on a subject like this and it makes fps games look ten times better. If you need some reference look at SCP 5k's weapon system

    • @PitchforkAcademy
      @PitchforkAcademy  3 месяца назад

      @@JenisixR6 I've done a deadzone system before, in my TFPS series, but I have been thinking about doing another standalone video on the subject...

    • @JenisixR6
      @JenisixR6 3 месяца назад

      @@PitchforkAcademy oh great ill check that one out then while i wait for your standalone tutorial!

  • @BoratPitt
    @BoratPitt 9 дней назад

    Great tuto!

  • @braichu479
    @braichu479 2 месяца назад +2

    Is there a way we can make that wall texture world aligned as well? It stretches on the mesh for me.

    • @braichu479
      @braichu479 2 месяца назад +1

      Also on my wall texture I have to turn world space uvs on to get the option to resize the texture. I'm going to try to work it out.

    • @Vylocity
      @Vylocity 2 месяца назад +3

      @@braichu479 Yes you can definitely make it all world aligned if that suits your project better. The places where I do the UV logic in the video can be replaced with the WorldAlignedTexture node for the Albedo and ORD textures and then WorldAlignedNormal node for the Normal textures. You'll have to plug in "TextureObjects" instead of "TextureSamples". Also for your walls, it should be "IsWall" turned on and "WorldSpaceUVs" turned off. If your textures are still stretching then you have bad UVs and should either get a new mesh or switch to World Aligned. Keep puddles the same though!

    • @braichu479
      @braichu479 2 месяца назад +2

      @@Vylocity Thank you for the fast reply and taking the time and effort to do this tutorial. I appreciate your hard work.

  • @retrowrath9374
    @retrowrath9374 3 месяца назад +1

    Is there a way to make the collision right when enabling tessellation on the landscape? There seems to be no collision on the high and low parts, my character's feet either float or go through the higher parts of the landscape that are tessellated. Usually on object you have collision but tessellated landscape surfaces don't have collision for the tessellation displacement as it's real geometry

    • @Vylocity
      @Vylocity 3 месяца назад

      No, that is not possible and a known drawback of using material based tessellation. You can try adjusting the middle point in your materials detail panel or lowering the intensity of the displacement so it isnt as noticeable.

    • @retrowrath9374
      @retrowrath9374 3 месяца назад +1

      @@Vylocity ok, I get that it couldn't have massive complex collision on a massive landscape, shame because the displacement looks incredible so I'll have to turn it down

    • @Vylocity
      @Vylocity 3 месяца назад +2

      @@retrowrath9374 yeah I hope they find a way to solve this, if you find anything out please come back and comment a solution for others!

    • @retrowrath9374
      @retrowrath9374 3 месяца назад

      @@Vylocity Yes, amazing detailed landscape with Nanite Tessellation that has collision limitations is pretty sad, I guess we will just have to use it on certain parts and mask over it with grass or something.

  • @BoratPitt
    @BoratPitt 8 дней назад

    I have a question, please.. If I wanted to make texture LODs, how should I do it from this material ?

  • @nazari985
    @nazari985 3 месяца назад +1

    👍👍👍👍👍

  • @Xeridae
    @Xeridae 3 месяца назад +1

    It looks like Micro Noise 3 never gets used. Is that right? Just checking.

    • @Vylocity
      @Vylocity 3 месяца назад

      Yup i think thats right, you could use it for another effect if you want or just not use it at all!

    • @Vylocity
      @Vylocity 3 месяца назад

      for example, you could use it to blend a whole different texture set with the base material BEFORE blending it with the coverage material for even more variation