Forum rules - please read before posting.

Make a moving camera in cutscene

Hi! I want to make a foward moving camera during a intro cutscene. Can someone tell me how, step to step?

Before anyone make a comment about it, yes i know its probebly in the manual or in some tutorial but i cant seem to find it!

Comments

  • You have two options:

    1) Use a GameCameraAnimated (if you're working in 3D, it's in the Scene Manager), and animate the movement using Unity's animation editor.  When the camera is made active, it'll play the animation.

    2) Use two GameCameras, and use the Camera: Switch Action to move from one to the other over time.  You have several options for speed (including mapping it to a Time Curve).  This is how camera movement in the 3D Demo is done.
  • Thank you for the support! It helped alot!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.