Generate and use SDF textures in Built-in RP, HDRP, and URP.Extract the appropriate package from the Packages folder depending on whether you're using Built-in RP, HDRP, or URP.With Signed Distance Field (SDF) textures you can render high-quality 2D shapes that degrade much better than regular bitmaps. You can customize and even animate the shapes using shaders parameters.SDF Texture GeneratorCreate SDF textures from anti-aliased contour textures, via an editor tool or via an API. No need for high-resolution bitmaps.Built-in SDF ShadersThree shaders, one unlit and two for PBS, like Unity's standard shaders. All work with GI and shadows. Also includes UI versions that support masking.URP and HDRP Shader GraphsLit and unlit shader graphs that work for both URP and HDRP versions 10.10.0+.Online Documentation