unity hdrp emission not working code example
Example: hdrp lit change emmision values
yourMaterial.EnableKeyword("_EmissiveIntensity"); //Have this somwhere in your code
mesh.material.SetFloat("_EmissiveIntensity", 10f); // Use this to set emmision value