Opaque Objects Making It Hard to See? Fade Them Out With the Standard Shader | Unity Tutorial
Learn how to fade out objects that block line of sight to your player, or any other object, while still using the Unity Standard Shader! No custom shader writing or Shader Graph editing required!
A common problem with top-down games is objects can block line of sight to the player, resulting in a less-than optimal experience for the player because they can get lost or confused. Using this technique you can resolve this problem and make a better experience for your players by fading out objects that block line of sight to any object while still using the Unity Standard Shader!
I use this exact same technique in my game Llama Survival!
In this tutorial you’ll learn how to fade objects out using the Standard Shader (Built-In Render Pipeline) when they block line of sight to your player. You’ll learn how to:
⚫ Find objects blocking line line of sight to the player (or any other object)
⚫ Fade out all objects blocking line of sight
⚫ Fade in
29 views
140
29
8 months ago 00:04:55 0
Black Bear Brand... its TIME
10 months ago 00:15:00 0
ITALY Move Towards BRICS and No to EU: What’s Next?
10 months ago 00:01:56 1
Physical Decoration Objects for Unreal Engine 4
1 year ago 00:10:23 16
Gouache Portrait Using the Zorn Palette
1 year ago 00:06:20 0
What is LIGHT? 💡 Science for kids 🧪 Compilation
1 year ago 00:08:02 2
10 Practical inventions
1 year ago 00:09:42 0
Hopf Fibration Explained Better than Eric Weinstein on Joe Rogan
2 years ago 00:40:20 0
2017 LLVM Developers’ Meeting: “Challenges when building an LLVM bitcode Obfuscator ”
2 years ago 00:05:23 0
Dither Temporal AA Node | 5-Minute Materials [UE4]