- Home /
Jelly Defense like Planet Lighting/Shading?
Hello, I have been working on my first iOS project on UNITY. Target devices are iPad 2 and above How would one get a smooth look like this? As if it has Dynamic Ambient Occlusion.
https://www.dropbox.com/s/94wo0tnkunoati1/JellyDefensePlanet.png
Is the shader or some advanced directional Lightmapping? I see two dynamic lights : A Bluish one on the left side and Yellow one on the Right.
Does this need Unity Pro or is it doable on regular Basic Unity?
Thanks.
Answer by Piflik · Sep 01, 2012 at 08:44 PM
Maybe I just don't see it in the picture, but there is nothing special there. The only place where it kinda looks like it has Ambient Occlusion is where the stem (or what this is) meets the planet, and that is probably painted onto the texture.
The rest is lighting. A blue one, a yellow one, a quite strong ambient light...the mushrooms might have some fresnel shader and/or some self-illumination...or maybe just a gradient in the texture...they do look like they have some faked SSS going...
I am looking into baking all those details. Was still wondering if I am allowed to have more than one Point light dynamically lighting the object. Or did they use Light probes? (Something I have NEVER used)
Sry for the late reply. Was out of town. Cheers :)
Your answer
Follow this Question
Related Questions
Toon Shader Working With Multiple Spotlight Shadows (Pro) 0 Answers
Baked lights with realtime directional causes black shadows 0 Answers
Mixed Lights not showing up in reflections 0 Answers
Custom shader has no shadow 0 Answers
Light only generates shadows on realtime and mixed mode, not on baked 0 Answers