How to animate some gameobjects ?

Hi all,

I am trying to animate some of game objects, but i don know how.

First, i have a transform of a bird. i wanna make a simple animation to it (make rotate around its vertical axis or vibrate) very simple animation.

Second, in the Terrain i added some trees, how to make trees bend ? I adjusted the bending factor and increased the wind in the terrain but still it doesn’t bend !!

Any help appreciated,

Thanks,

Samer Samy

2 Answers

2

using the transform of your object (bird) you can use rotate and translate to make it fly around.

Ofcause this will make a static bird, which would look more like a plane with no wings bashing.

Try watching this video tutorial. I think it might help you + there are tons of other cool examples too.

http://www.unity3dstudent.com/2010/07/beginner-b07-basic-translate-movement/

http://unity3d.com/support/documentation/Manual/Animation.html