[SOLVED] Cutscenes/Animations?

Hi,

I would want to try animations to achieve

  1. Waking up from the floor.
  2. Getting your flashlight.

How can I achieve this?
I can’t wait to see your answers! For now, goodbye.

Hi @Gabriel_Dobrzynski,

You could use the following example to create an animated path for your camera:

https://developer.playcanvas.com/en/tutorials/camera-following-a-path/

Together with triggers to detect when the camera has reached a certain position to fire your custom events:

https://developer.playcanvas.com/en/tutorials/collision-and-triggers/

1 Like

I suppose you are looking for animations for your first person game where you don’t see the character?
In that case you can probably using delta time, to move your character down, while perhaps tilting forward slightly, making it look like the character is bending over to pick up something.

1 Like