Hi guys, I was wondering what’s the best way to add a cut-scene in a game with unity.
For now I’m just using an almost empty scene that only starts my animation and in the end it calls the real level.
My only problem is that when I move the camera with the animation tool of unity I can’t perform a straight cut form one position to another, can you help me with some tips? thx
You can perform a straight cut by setting your keyframe to “constant” so it doesn’t interpolate the values from the current value to the next keyframe’s value.