Three ways to use Universal Render Pipeline Renderer Features | Tutorial

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

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

  • @amirivala
    @amirivala 4 месяца назад +9

    This is a great tutorial! Please do more of these.

  • @icemiaoguoyangyangfromchin847
    @icemiaoguoyangyangfromchin847 2 года назад +6

    Words can't explain my great thank to your video!

  • @TheDude2002
    @TheDude2002 4 месяца назад +9

    this video seems to be deprecated in the newer urp version is there an updated video in the works?

  • @ekzac
    @ekzac 4 месяца назад

    Nice to see some inspirations of what can be made. Sometimes, seeing what the tool can achieve, direct our process to learn the tool. It is the "Why should I care" question. For the last feature, for those interested, Brackeys has a good video showing how to achieve the effect.

  • @-moristan109
    @-moristan109 4 месяца назад +9

    Adding a tutorial using the old compatibility mode when using it at the moment will throw a warning to update the render graph, so why not make the tutorial about the render graph, or simply upload this tutorial two years ago 😅, hope to take that into consideration

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

      We have some new ones in the works, we realized that before we release the new ones, these videos could still be useful for many. To be honest when we listed them I was not expecting them to show up as recent videos.

    • @-moristan109
      @-moristan109 4 месяца назад +1

      @@eduardooriz2715 great job I appreciate your efforts and looking forward to the new tutorials

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

      @@-moristan109 just use the right click context menu Create->URP postprocessing effect (render volume)

  • @EgorEgorov-g6f
    @EgorEgorov-g6f 4 месяца назад +2

    Great examples. Bravo 👍

  • @rathodketan5551
    @rathodketan5551 2 года назад +5

    very useful 😍

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

    Just so everyone know: To be URP version safe just use the right click context menu Create->URP postprocessing effect (render volume)

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

      In the 2022 version its volume > global volume.
      I think this is an older version as a lot of this is handled easily by unity now.

  • @yousefal-hadhrami7853
    @yousefal-hadhrami7853 2 года назад +3

    damn, that's lit

  • @fleity
    @fleity 4 месяца назад

    Good luck with using the Render Objects feature with rendering layers, depthOnly pass, depth texture or depth priming. Render Objects does not render any additional passes usually handled by the main renderer. This breaks lots of other effects and features.

  • @joe72110
    @joe72110 5 месяцев назад

    Hello, I realize that it is a long shot but I am trying go implement the see behind technique on Unity 6, and after setting things up everything works as expected however my character is ever so slightly transparent now. So I can, even if barely, see things through him. Any suggestions?

  • @xdxd-dn8jm
    @xdxd-dn8jm 4 месяца назад +2

    Nice

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

    GIT repo is 2 yers old..... And this video came out like what, 4 days ago??? There are some obsolete stuff in there.

    • @eduardooriz2715
      @eduardooriz2715 4 месяца назад

      We wanted to make these videos discoverable before we release new content about URP in Unity 6. I didn't realize these would should up as "new" videos.

  • @andhikadimas5836
    @andhikadimas5836 4 месяца назад +7

    Deprecated API for RenderFeatures through URP versions is so so so frustrating!

  • @dplds8650
    @dplds8650 2 года назад +3

    Good

  • @holmbergen
    @holmbergen 4 месяца назад

    Using the third example: is it possible to customize the color so each enemy has their own color? Like different enemies have another color than the player.
    Can't find anything worthwhile on the forums about this.

    • @bonzero
      @bonzero 4 месяца назад

      You check the URP ebook from Unity, it has a ton of detail

    • @NecrotekLabs
      @NecrotekLabs 4 месяца назад

      Just create different layers for each color and set each enemy to those layers. If you want to randomize, select a few colors and adjust the enemies layers to a random layer at runtime

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

    wow•

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

    you really are incorrigible and shameless, aren't you? you laughed too. artist friendly with the example that needs code.

  • @WelshGuitarDude
    @WelshGuitarDude Год назад

    This is not easy to follow if you're beginner... Unreal and godot is more easier to follow than all this boiler plate

    • @tldmbruno
      @tldmbruno Год назад +1

      I agree with Godot, disagree with Unreal.

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

      This is an advanced tutorial... not the easiest of the tasks, nor in Godot or Unreal

    • @dkfactotum
      @dkfactotum 4 месяца назад

      Can't say for Godot, but in Unreal - it comes nicer looking from get go, but with massive overhead and it is a pain to customize. Especially in rendering, modularity of Unity's pipelines is unmatched. Even more so for mobile platforms.

    • @WelshGuitarDude
      @WelshGuitarDude 4 месяца назад

      @@bonzero it's more that the current code approach has way too much boilerplate and doesn't explain a lot of its purpose. They really should simplify it in the future.