How do you make a cinematic camera similar to Action!

  1. What do you want to achieve?
    A cinematic camera that records everything including the movements of the player and objects similar to Action!'s camera system.

  2. What is the issue?
    I can’t find any articles about it or I just don’t know how to describe it.

  3. What solutions have you tried so far?
    I did some research.

If you still don’t get the gist of what I’m trying to achieve, here are a few videos I recorded from the game with their impressive camera system.

Do you want a system where you can record clips and play them back or just have a camera with all the GUI removed so it looks cinematic?

1 Like

I need a system that can record clips and play them back, something like War Thunder’s recording system where you can also move your camera freely while playing the recording.

The way I would imagine of doing something like this would be to save the position of all objects every frame in a radius around where the player started recording, then step through the positions when the clip is played back, while switching your camera to a “spectator” mode that can move around freely. You could possibly even save the positions in datastores to have clips that you can save online.

1 Like