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.
What is the issue?
I can’t find any articles about it or I just don’t know how to describe it.
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.
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.