<aside> š” If your version is 2021 or 2022, you need to include the following shader. For Unity 2023, it will use Unity's built-in screen space lens flare.
</aside>
If you're using theĀ Screen Space ShadowĀ introduced in version 1.20, you need to ensure thatĀ Hidden/ASP/ScreenSpaceShadowsĀ is included in theĀ Always Included ShadersĀ list inside the Project Settings. Otherwise, the screen space shadow shader will not be pakced into your project's executable.
Add Below shader to Always Included Shaders :
<aside> š”
If you've manually enabled the ASP shadow map renderer feature in the editor (with ASP v 1.20 and later), this shader will automatically be added to theĀ Always Included ShadersĀ list. If you don't see this shader in the always included shaders, you can add it manually.
</aside>