Alexandre Beaudet
Alexandre Beaudet

Reputation: 2844

Unity3D - Emission value parameter not showing

I'm trying to create a material using Emission, after ticking the option I can select the color. In the official documentation, and in a tutorial I'm trying to follow, a new field appears controlling the amount of emission you'd like to have.

On my screen, this field doesn't appear : Emission

While in the documentation, in the "red circle" on the above screenshot, you can see this field : Doc

Am I missing something here, or is it just a bug ?

Thanks a lot.

Upvotes: 2

Views: 1160

Answers (1)

Alexandre Beaudet
Alexandre Beaudet

Reputation: 2844

Found out the solution, I guess it changed during a recent update.

The intensity slider isn't in the inspector anymore, but with the color picker :

enter image description here

Upvotes: 4

Related Questions