Types of Light in Unity

Notes:

Types of Light in Unity:

Light:
Light in Unity is a component, which is responsible for
- Illuminating game objects
- Making things visible

Ex: Creating Directional Light from scratch
Create an empty game object
Rename it to Directional Light
Add Light component to it
Rotate 35 degrees around X axis

Kinds of light:
There are 5 kinds of light in Unity
1. Ambient light
2. Directional light
3. Spot light
4. Point light
5. Area light (baked only)