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 topdown games is objects can block line of sight to the player, resulting in a lessthan 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 (BuiltIn 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
|
|