Converting custom shaders to the Universal Render Pipeline | Tutorial

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

КОМЕНТАРІ • 13

  • @friedcrumpets
    @friedcrumpets Рік тому +5

    I am about an hour into a lecture series on Udemy about CG... only to find out the conventions I'm learning I'll soon need to relearn in HLSL. I'm glad I found this video.

  • @fleity
    @fleity 4 місяці тому +5

    I like the urp conventions quite a bit. They are a lot more clear an easier to understand than birp and hdrp. But still manually writing urp shaders is exhausting because you need DepthOnly, DepthNormals (for ssao and render layers) and principally also a deferred pass to truly support urp. Which is a lot of work.

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

    Need to go long way to learn the shaders. But it is a good start. I will book mark this to refer again. Thanks for the additional resources links

  • @erfansh1925
    @erfansh1925 2 роки тому +10

    i think they can be helpful to a lot of people if they are not unlisted

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

      listed

  • @theman3282
    @theman3282 2 роки тому +4

    so this is the videos nicholas mentioned in his course..

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

    Is it difficult for Unity to make the process automatic via a converter such as BIRP to SRP conversion system? Because in real life, it will take ridiculous amount of time spending just to change the attributes and variables for thousands of shader code lines while can be automated for the most part!

  • @TegridyMadeGames
    @TegridyMadeGames 2 роки тому +3

    why on earth is this unlisted?

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

      listed

  • @yousefal-hadhrami7853
    @yousefal-hadhrami7853 2 роки тому +2

    Best speed to play video is 1.75

  • @sklenLo
    @sklenLo Місяць тому

    Is there a way to autoconvert these shaders to URP?

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

    In Unity Learn 3D Game Kit, custom shaders not working in URP. Can anyone help me with those.

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

    Is there any way to understand why custom shader not working in PS5 ? even thought same shader is working in pc xbox?[non-urp]