Overview - Unlit vs lit shaders
What is it?
Shaders are small programs that tell the computer how to draw things on the screen. Unlit shaders draw objects without any light effects, so colors appear flat and simple. Lit shaders calculate how light hits surfaces, creating shadows, highlights, and realistic depth. This helps games and apps look more natural or artistic depending on the shader used.
Why it matters
Without understanding unlit and lit shaders, you can't control how objects look in a game or app. If everything used lit shaders, it might be too slow or complex for simple styles. Without lit shaders, scenes would look flat and unrealistic. Knowing the difference lets you choose the right look and performance balance for your project.
Where it fits
Before this, you should know basic 3D graphics concepts like meshes and materials. After this, you can learn advanced shader techniques like normal mapping or physically based rendering to create even more realistic visuals.