How to create a shader that is not reflecting any sunlight?

Hi all,
I am struggling for couple of hours trying to create a shader that will not reflect any sunlight.
Here is how it is looking at the moment:
111784-screen.jpg

I tried to change the shader as the one that the Sprites have, but then when I change the color of each triangle, for some triangles I get different colors.

Thank you in advance guys!!

There should be a built in unity shader called unlit. Maybe that’s what you’re looking for.

@Zodiarc that did the trick!!
Thank you :slight_smile: :slight_smile: