Cutscene help

I’m pretty new to Unity itself (but I have experience in JavaScript and a little in C#). I learned most of the UI of the editor. I am as well struggling with making a cutscene, and I can’t find such a feature built into Unity. Can someone just help me to make a cutscene? (Unity Personal, V5.4.0f3)

For simple in-game cutscenes, most of the time, you just need to disable some of the player controls, and animate the camera. This might be a good starting point:

1 Like

Thank you so much, and thanks for linking that video:).