a flythrough of my scene

Good afternoon,

I am trying to create a flythrough in my scene of my environment, I tried using the animation k that tool in Unity3d but does not really work that well, how do I get my main camera which is attached to my player to move around the scene in a bird like fashion.

I realize that it will be in the sky which is the Y axis and then somehow with force move around certain points in 3d space, if someone could help or point us in the right direction that would be good. I have looked in the forums and have gone over the flythrough examples but it is not quite what I am looking for I think.

cheers;)

You can use Vector3.Lerp.

nice one bro, much appreciated :slight_smile: