Building a Custom Unity Pixelated Post Processing Effect in Shader Graph

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

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

  • @realzoogies
    @realzoogies 19 дней назад +2

    Thanks! In case anybody is wondering, to make this only apply to the game and not also the editor camera you can create a new Renderer and add it to the Renderer list, and set your main camera to use specifically that renderer

  • @realprodigious
    @realprodigious 15 дней назад +1

    Nothing else worked, this one is the only one that did. So elegant and simple. Thank you!

  • @Noxeramas
    @Noxeramas 24 дня назад +1

    Absolutely amazing tutorial, ive been looking for a modern URP17 solution for full screen pixel shader but all ones i can find are using deprecated script references. this works like a charm!

  • @holocube
    @holocube 6 месяцев назад +5

    Great to see you back!! Yay 🎉

    • @WorldOfZeroDevelopment
      @WorldOfZeroDevelopment  6 месяцев назад +3

      Excited to be back! Really needed the break but have a lot of fun things I'm excited to share.

  • @jimbo_gamedev
    @jimbo_gamedev 2 дня назад

    thank you for this tutorial! I just upgraded my project to unity 6 and the old pixelation shader I had wasn't working anymore

  • @tnt345i7
    @tnt345i7 6 месяцев назад

    always nice to see somebody come back, now do it so only selected objects get pixelated, f.e. everything but terrain

    • @WorldOfZeroDevelopment
      @WorldOfZeroDevelopment  6 месяцев назад

      I hadn't thought about using it for something like this, can you help me understand how or why you'd want to do that? Do you want to be able to mask parts of the screen to be pixelated? Do it dynamically?

    • @tnt345i7
      @tnt345i7 6 месяцев назад

      ​@@WorldOfZeroDevelopment
      pretty much, yeah
      VFX and decorations mainly, sometimes you want (especially with lower resolutions) some stuff to be sharp and not pixelated, e.g., text and UI. While UI can be rendered separately, in-world text can cause problems. Also, sometimes it's better to have objects pixelated and terrain not pixelated, or vice versa.
      pixelated VFX effects are pretty cool. For example, you can pixelate any volumetric explosion (even low poly ones, e.g., in LandFall style), and it will still look good. Of course, they could be prebaked, but y'know it loses its charm, randomness, etc.
      Imagine a simple one-color (no texture) seaweed made out of a line renderer that animates by code, e.g., changes the XZ of its joints randomly, multiplied by noise each second or so. It's positioned in a room of, let's say, low-res pixel art textures (like 32x32 or 64x64). If you pixelate everything, the seaweed in question looks good, but in my opinion, the ground and walls lose their charm.
      Now, I got kinda close to the desired effect using Shader Graph and Unity's Render Objects feature Render Feature, but I ran into the problem that the mask masks the whole object for rendering and after pixelation it leaves "holes" or cuts off some pixels because it runs postprocessing only on the mask of an object before pixelization, and pixels tend to break those bounds practically always

    • @WorldOfZeroDevelopment
      @WorldOfZeroDevelopment  6 месяцев назад

      Oooh, this sounds interesting. I think the complex bit is the last part of adjusting the mask. Let me take a look, I think we should be able to pixelate the mask to prevent abrupt cuts in the effect.
      Might also be a good time to consider world space pixelation as well.

  • @oguz-kagan
    @oguz-kagan 5 месяцев назад

    you have greatest content, thanks.

  • @thththth-r1d
    @thththth-r1d 3 месяца назад

    Thanks for made tutorial!!! But I want to see this shader only in game tab. how can I do?

  • @googleuser4720
    @googleuser4720 6 месяцев назад

    I think we want to see upscale, not downscale lol

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

      speak for yourself, im all about that downscaling baby