MGS Stealth Camo in Unity Shader Graph

Поділитися
Вставка
  • Опубліковано 25 бер 2024
  • In the Metal Gear Solid series, you can get a stealth camouflage item through a series of increasingly bewildering challenges (mash triangle, shake booty, shoot toy frogs, buy from a guy with a pet monkey in a diaper etc). It renders Snake/Raiden completely invisible to the enemy, but completely jelly-like to the player for some reason. In this tutorial, we'll recreate the translucent, refractive stealth camo in Unity Shader Graph.
    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-03-26-tu...
    📦 Cyberpunk Character: sketchfab.com/3d-models/cyber...
    📦 Russian Soldier model: sketchfab.com/3d-models/russi...
    ------------------------------------------------------------------------
    ✨ Grab Snapshot Shaders Pro or Hologram Shaders Pro here (affiliate): assetstore.unity.com/publishe...
    📚 Get a copy of my shader book here (affiliate): www.dpbolvw.net/click-10074214...
    ------------------------------------------------------------------------
    💬 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
    ------------------------------------------------------------------------
  • Ігри

КОМЕНТАРІ • 13

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

    Brilliant, great content. Always look forward to your videos and learning so much! Think I'll use this for my invisibility function I'm creating. Many thanks.

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

    Dude u are a master !!! - This Shadder stuff is a pandora box for me and always have to try another stuff with c#... Thanks a lot man. U need more viewers-

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

    Underrated channel

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

    Awesome tutorial

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

    NICE

  • @denizdemir9255
    @denizdemir9255 3 місяці тому

    Hi Daniel I've been following you for a while you make it all look better! Do you know if one can implement film grain through shader graph in hdrp?

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

    I think it would look better if you factored the normal of the surface into the UV modification… maybe based on fresnel?

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

    I have a question. Often while making shader effects tutorials show how to make the effect. How would you go about toggling or blending between an effect and a basic PBR shader? Like say you use a teleporting effect to blend in an item?

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

      Something like that would probably require a fair bit of work! You could duplicate the object and assign the effect material to one and the basic PBR material to the other, and then fade one in while fading the other out.
      Or, you could add basic PBR features to the 'effect' shader, and then use something like a lerp function and a 'blend' float property to blend between the 'effect' and 'PBR' outputs, if that makes sense.
      Unfortunately it's kind of difficult to blend between any two arbitrary shaders.

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

    boosting algorithms

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

    Can you make an Interactive reaction diffusion shader with shader graph..?

  • @jamestanubrata6782
    @jamestanubrata6782 3 місяці тому

    Just asking do you do screen effect shadergraph like making fake highlight screen effect like in Zelda games

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

    It's easier than I think