Should I / Can I use light probes?

Hi Everyone,

I’m trying to figure out the use of light probes. I have a scene which loads a map (which is a prefab) from an assetBundle. My players which are characters using skinned mesh renderers seem to be dark on the map. If I play around wit the the lighting, using 2 directional lights, I can improve their lighting. I was wondering if it’s more efficient to use lightprobes. Is this even possible? Can I have lightprobes as part of an asset bundle? Am I saving a lot of performance if I use lightprobes? I read about light probes in the manual but it seemed a bit vague for my situation. Any kind of guidance would be very appreciated.

PS. The lighting in my scene is quite consistent and is pretty much the same throughout the map.

Thanks a lot!

I can’t answer you asset bundle question because I haven’t looked at them yet, but if you are working on mobile I would recommend taking a look at light probes. I’m using them in an IOS game, and once you work out the best place to put them, they add so much to the scene that would otherwise be impossible on mobile.

Thanks! Even though I’m not working on mobile (webplayer) I still want to try them… still need to figure out this assetBundle thing.

hello , are you figure out ?