No Shadows - Using UNITY PRO

Hi guys, there’s my problem. I’m using UNITY PRO, i’m creating this scene

As you can see, there are no shadows in it. I tried a lot of things but nothing will work. I have a good computer, nvidia quadro on it.
I used a directional light and tried to set HARD shadows or soft but nothing, the object will not show shadows…
Any suggest? I tried with a new scene also with just a simple cube, and nothing. Shadows are not there. :frowning:

I wouldn’t be suprised if QUADRO in general actually has issues with realtime shadows, it’s not a GPU intended for video game graphics, but more as a graphical computator.

http://docs.unity3d.com/Documentation/Manual/ShadowTroubleshooting.html
And if i look at the next page, i don’t see QUADRO’s nor FireGL’s listed … Unity - Manual: Shadows

Have you checked the quality settings? Edit → Project settings → Quality, and make sure shadows are turned on.

Or another slight possibility is if you lightmapped the scene before adding the light, then it could be using the old lightmap and ignoring the realtime shadows. If it’s not the quality settings, try setting all that stuff to Static (checkbox, top right) and baking a new lightmap, and see if shadows show up (Window->Lightmapping)