HDRP Lit Change EMMISION Valeurs

yourMaterial.EnableKeyword("_EmissiveIntensity"); //Have this somwhere in your code 

mesh.material.SetFloat("_EmissiveIntensity", 10f); // Use this to set emmision value 
Successful Scarab