Enum ShaderPathID
Options to get a shader path to URP shaders when calling ShaderUtils.GetShaderGUID(); ShaderUtils.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum ShaderPathID
  Fields
| Name | Description | 
|---|---|
| BakedLit | Use this for URP Baked Lit shader.  | 
      
| ComplexLit | Use this for URP Complex Lit shader.  | 
      
| Lit | Use this for URP Lit shader.  | 
      
| ParticlesLit | Use this for URP Particles Lit shader.  | 
      
| ParticlesSimpleLit | Use this for URP Particles Simple Lit shader.  | 
      
| ParticlesUnlit | Use this for URP Particles Simple Unlit shader.  | 
      
| SimpleLit | Use this for URP Simple Lit shader.  | 
      
| SpeedTree7 | Use this for URP SpeedTree 7 shader.  | 
      
| SpeedTree7Billboard | Use this for URP SpeedTree 7 Billboard shader.  | 
      
| SpeedTree8 | Use this for URP SpeedTree 8 shader.  | 
      
| TerrainLit | Use this for URP Terrain Lit shader.  | 
      
| Unlit | Use this for URP Unlit shader.  |