So, I am trying to record the screen that the player can see for a while, and then be able to go back and forth in that video and edit the gameobjects present in that video.
Is it possible ?? if yes then how ?
I was thinking maybe a time rewing method could help, but I am not sure how to do that.
I thought about using a Time Rewind system: GitHub - SitronX/UnityTimeRewinder: Unity time rewind solution, that is easily customizable for any project.
They have a great system of Rewind using a Slider, it seemed to have all the functionalities that I might need for my current endeavour. But unfortunately, I am not able to replicate the functionality that I want.
If anyone has any leads, please let me know.