I need help. I want to make a cut scene in my game when the Player hits a box collider. How do I make this happen. All I need is it to be animation of sorts but does anyone know?
You have to disable the Player, Start the animation of your cut-scene, then re-enable your player. The way I made a cut scene was, I used the built-in animator in unity and just dragged the camera around the room to look at whatever I want it to look at and set times for the camera in the animator. At the end of the animation, I just disable the camera and re-enable the Player.
Its simple, and probably not the best way of doing it but It worked for my needs.