Sprites place in level have wrong colors

Hello,

My sprites use the ‘MaskedUnlitSpriteMaterial’ based on ‘DefaultSpriteMaterial’ and i cant get correct color when placed in my game.

Look this example:

The colors are fine when i look my sprite asset in the editor. Both LIT and UNLIT mode are fine, the colors never change, and this is fine, because the material is UNLIT

but now if i place this sprite in my level look what happen, colors in LIT and UNLIT are not the same !!!

210418-sprite-inlevel-unlit.png

My level have 0 ligth, i dont use post process volume. I dont understand why my sprite placed in level have different color between lit and unlit mode since they are based on material that is UNLIT

if this isnt a bug, can you provide me step by step how to get correct color (did i miss to disable something ?)

if this is a bug, that would help me to focus on others things and wait for a fix :o

thanks :slight_smile:

Hello,

i did my own unlit material and it is simple but it still dont give correct color

here is my material:

and difference between lit / unlit still wrong color !

210476-lit-unlit.png