Is there a way to place cut scenes in unity
I want to place one after each level. I wish i can import like a video i made. IS there anyway that you can do this?
Would be nice to be able to user-friendly-animate ingame cut-scenes using unity scenes and animated 3d actors.
You can import videos into Unity and apply them as a texture - however, you need Unity Pro.
If I was to make a cut scene at the end of a level I would go about it by creating a trigger box that once the character reach that box it would trigger some camera animations that would follow a path and the avatars scene animation would trigger as well.
Or you just could create a separate level all together that would contain the cut scene video that would play once loaded and it would load the second level of the game once it ended.