Unity Shader Graph Basics (Part 5 - Vertex Shaders)

Поділитися
Вставка
  • Опубліковано 12 лют 2024
  • Vertex shaders can be used to modify or animate the shape of the mesh. In this tutorial, I explain what vertex shaders do and then we use Shader Graph to create a wave animation on a normally flat plane mesh.
    I'm using Unity 2022.3.0f1, although these steps should look similar in previous and subsequent Unity versions.
    ------------------------------------------------------------------------
    👇 Download the project on GitHub: github.com/daniel-ilett/shade...
    📰 Read this tutorial in article format instead: danielilett.com/2024-02-13-tu...
    ------------------------------------------------------------------------
    📚 Get a copy of my shader book here (affiliate): www.dpbolvw.net/click-10074214...
    ✨ Grab my Hologram Shaders Pro package here (affiliate): assetstore.unity.com/packages...
    ✨ Grab my Snapshot Shaders Pro package here (affiliate): assetstore.unity.com/packages...
    ------------------------------------------------------------------------
    💬 Join the Discord: / discord
    💖 Support me on Patreon: www.patreon.com/danielilett?f...
    ☕ Or throw me a one-off coffee on Ko-fi: ko-fi.com/danielilett
    ------------------------------------------------------------------------
  • Ігри

КОМЕНТАРІ • 14

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

    This video series and your website have both been such life-savers. You're a great teacher and your explanations are incredibly clear and helpful. Thanks for all the hard work you do!

  • @mahmoudelmansari3413
    @mahmoudelmansari3413 4 місяці тому +6

    great series and explanations, i'm learning alot, please keep going. Thank you

  • @unruliestcat
    @unruliestcat 3 місяці тому +1

    Thank you so much for this awesome series!

  • @simoncodrington
    @simoncodrington Місяць тому +1

    This one was great mate, cheers ❤

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

    Thank you so much! This is really interesting and helpful. You are explaining very well!

  • @moe-nl9sf
    @moe-nl9sf 3 місяці тому

    Thank you so much, this is great! Hope you keep going

  • @TraceurHere
    @TraceurHere 4 місяці тому +3

    the legend is back!

  • @Ambo100
    @Ambo100 Місяць тому +1

    One thing I think that is missing is that the Wind Speed and Wind Strength properties should be set to see anything. Otherwise another great tutorial, thank you.

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

    awesome series! it would be interesting to see the hacks to implement compute buffers and custom structs in HDRP shadergraph in the future

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

    hey! i love your series! keep going

    • @danielilett
      @danielilett  4 місяці тому

      Definitely planning on making more parts of this series!

    • @andresbocchigliere3227
      @andresbocchigliere3227 4 місяці тому

      Awesome to hear that man! Greetings all the way from Argentina@@danielilett

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

    Awesome!!

  • @carlosisturiz917
    @carlosisturiz917 11 днів тому

    I'm new to Shader Graphs, and I wanted to ask, if I wanted to apply this vertex deformation to a sphere, so that it's surface undulated like that, what should I do?