Making a shield Fullscreen Effect Shader in Unity HDRP

Up to 70% off Flash Deals on the Asset Store. Ends March 8, 2023: - In this video, I’ll show you How to create a fullscreen shader for shield skills. I’m using a custom node for the rectangle and here is the code I used: float2 d = abs(p)-b; Out = length(max(d,0.0)) min(max(d.x,d.y),0.0); - Made in Unity Editor 2022.2 HDRP Get tutorial files: ArtStation: Other assets used in this video: - Fullscreen Editor: 0:00 Showcase and Example 0:29 Create Fullscreen Custom Pass 0:48 Create Shader and Material 1:16 Create a custom rectangle mask 4:16 Add noise to the alpha mask 5:40 Add Texture to the alpha mask 6:19 Add pulsing to the alpha mask 7:15 Create Alpha and Color properties 8:29 Create a noise mask for the color 10:30 Usage 11:13 Outro
Back to Top