Mixed lighting or fully baked with light probes

Hi Guys,

I am currently working on a dungeon crawler game for mobile devices and wanted to ask for advise regarding lighting setup.

I’ve placed point lights around the scene and set the mode to baked. So far everything looks great, however, my character is completely dark. Well, that make sense because all my lighting are baked. my question is, would it be better to change my point lights to mixed so they also affect the moving character or instead use light probes to cover up the entire volume?

Thanks,

Light probes. Mixed would hurt performance.

For a shadow just use a blob shadow. Don’t use a projector because I think it will redraw anything it touches.

Thank you. It is more work but might be worth it to avoid performance issues later

Cheers,