Diablo 2 style camera??

Is there a camera script i can man so that i can look down at my character like in the game diablo 2??

ALSO:

i really need a posable 3D model like a man or somthing. it dosent have to have textures but ive been looking all over the interwebs and i cant seem to find a free posable model thats compatible with unity.
THANKS!!!

You just want an Isometric Camera? Attach a camera to your object and orientate it the way you want. It will follow the player and be at the angle you want. You shouldn’t need a script… unless I misread the question.

ive tried that, but then the camera animates the same way of the character when he walks.

add a smooth follow camera, then change the height value to around 10… that should do it…

I didn’t think of that. You could still do it but it would take more work then I realized, sorry. Jake’s suggestion should work though.