TOC
Summary
In my previous post, I use an emission without textures. Now let’s use a textures. It’s called an emission map in Unity.
Emission map has color only in areas where it can emit light. And darken areas are don’t emit light, but it displayed Albedo.
Prerequisites
- Unity v2020.3.20f1
- macOS v11.6
Steps
First, download a image as emission map for learning on the following article:
- Getting your emission maps to work in Unity — Terresquall Blog
- Search with
Emissive
- Search with
Control Albedo
color in your material. e.g., choice red.
Next, assign a texture for emission to emissive material.

Result

