cancel
Showing results for 
Search instead for 
Did you mean: 

Mobile - Go/GearVR: how to remove ambient lighting on Avatars

Metal_Multiball
Heroic Explorer
In Unity, I am trying to light an Avatar with dynamic lights, on mobile - Go/GearVR.
On the Rift, it works as expected.
On the Go, the Avatar looks fully lit, as if using an unlit material.

Are there settings in Unity to allow dynamic lighting on mobile avatars, or is this by design?

Thanks,
Steve Hinan - METAL MULTIBALL
2 REPLIES 2

bkj
Adventurer
point lights are a big no no, but you can try with a directional (max 3)

Metal_Multiball
Heroic Explorer
Thanks @bkj, mobile dynamic lighting on Avatar = directional lights only.

The goal now is to remove the ambient lighting from the Avatar as it's currently flat lit, plus additive dynamic directional light.
Where is this ambient lighting coming from and how do I remove or adjust it?

I have tried using light probes, removing baked lighting and adjusting the OVR Avatar Material Manager (script) with no results.