Home Unity

Gamma or Linear color space for diffuse-only game ?

Hi everyone,

We are currenly working with Unity on a game and we only (mostly) use diffuse textures. All the information needed -AO, metal/spec or rough/gloss- is then faked in that only texture (just to make myself absolutely clear :smile: ).

I read and learned a lot about color space these last few days and I am trying to figure out either should I use Linear color space or Gamma color space. Correct me if I am wrong, but in very very short it is better to use Linear color space as the result is more accurate to real life and is physically correct. Then you have to check the sRGB sampling box when you import Diffuse/Albedo/Spec/AO maps (since you want them to be gamma corrected) but uncheck that box for any metallic, roughness maps or any greyscale or mixmaps with information inside the RGB channels.

Linear is almost always used for PBR now for the the realism, but as our game is in a cartoonish style and we only use diffuse maps for texturing, is there really a point choosing Linear color space over Gamma color space?

I was worried about performance optimization, so I did some research about their rendering pipeline and it does not seem to me that there is a big difference in performance, but I may be wrong.

Any thoughts about what would be best?

Replies

Sign In or Register to comment.