How to apply bump to all object?

Hi Unity Community.
[Srry for english errors].

I have a simple question, i don’t know if its a bug or wrong config of my object.

What occurs:

When my object is exposed to light, bump maps work perfectly, but without lights, bumps don’t appear on surfaces.
This makes my texture bad D=
Look bellow for a idea.

THX TO ALL

bump effect = light + shader + bump map
It won’t show the bump effect if miss 1 of those :slight_smile:
So if you turn off the light, you won’t see bump effect, that is normally :slight_smile:

do you know a custom shader that can make bump effect without lights?

Technically, bump effect is calculated base on light direction and bump map
→ no way to see bump effect without light