Siccity / GLTFUtility

Simple GLTF importer for Unity
MIT License
976 stars 217 forks source link

Support for intensity of emission #236

Open kenorb opened 1 year ago

kenorb commented 1 year ago

When I'm using URP/Lit shader, it got extra option to control intensity of emission (at the bottom of color picker):

image

However I cannot find such feature in Emission Color for URP/Standard (Metallic).

Basically, despite my emission map, my object is still darker than expected, so I'd like to increase its emission.

I'm missing anything?