How to Make a cutscene?

Hi guys. I want to make scene when player is walking on the platform and then the platform falls down on the ground (for ex 5 m lower then it was). How can i do this ? I made 3d model of platform and i made script which disable player movement on the middle of platform where falling animation should start. Is there a simple way to do cutscene/animation like this?

You could make it happen with Cinema Director :slight_smile:

This can be done quite quickly. You could have Cinema Director handle the scripting of the platform dropping to the ground by setting up a cutscene to operate “OnTrigger” using a box collider on the platform or other close by object.

I’v made a tutorial the explains how you can create cut scenes in UNITY.