How to make cutscenes in Unity?

How can i make a cutscene in Unity to where it will play when the game just starts then after it is over the player can move around?

I’m assuming that your project is in 2D, and your cutscene is without text. Set up your animation and click on the .anim file in your inspector; uncheck loop time. In the player movement script, add a bool to enable movement when the animation is finished. This is what I would try.