Unity No Shading "Fullbright"

3k Views Asked by At

Is there a way to fullbright your Level in Unity3D?

I just want to remove shading and lights in a surreal project to get a fullbright world where textures are always shown as they are intented to be, not with shadows from other objects, floors, walls and so on.

1

There are 1 best solutions below

0
On

You may need to provide a custom shader for this purpose, such as the shader prepared here: http://blog.jappie.net/unity3d-fullbright-shader-with-transparency/.