Shadows in Unity 3.1 for iPhone and iPad?

Hello at all,

Is there a good way to create some shadows (e.g. shadow from a cube) in unity 3.0 for iPhone?

greetings, rikco

if you own unity iOS pro, have a look at the character shadow stuff on the unifycommunity wiki

oh this is great!!

for all who interested, the link: http://www.unifycommunity.com/wiki/index.php?title=Character_Shadow

is it possible to create a scene in unity 3 for PC/Mac, use the internal lightmapping-tool, later - switch to unity iphone and use the shadowmaps from unity??

if you built the right ones.
iOS does not support dynamic shadows and as such no dual lightmapping for example.

also you might not want to use the same high density you have on the desktop for mobile (mobile screen space is smaller and the ram worlds more limited)

Plus render to texture on IOS is bizarrely slow.