Answers for "unity hdrp emission not working"

C#
0

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
Posted by: Guest on November-29-2020

Code answers related to "unity hdrp emission not working"

C# Answers by Framework

Browse Popular Code Answers by Language