- Home /
How do I allow the user/player to record and save video footage?
Hi,
I've seen a lot of recording tools that work in the Unity editor, but haven't found much when recording footage in the build of the game. I want whoever is using the application/game to be able to record their footage as a video file.
If anyone can point me in the right direction it would be greatly appreciated.
Answer by QuaternionProduceZ · Mar 25, 2021 at 02:15 PM
https://learn.unity.com/tutorial/working-with-the-unity-recorder-2019-3#5e1f0081edbc2a0029fbc153
Try this for recording and saving videos inside of the editor.
https://gist.github.com/DashW/74d726293c0d3aeb53f4
This script can be used to store a given number of frames at a given frame per second in a .bmp file format. It was really a charm when I tested and used it.
Thanks for your reply! Do you know anything about taking the frames from the second solution and turning it into an mp4?
https://anyconv.com/bmp-to-mp4-converter/
Try this link for converting all the .bmp files into mp4. Hope it helps!
Your answer
