Best video recording solution for mobile cross-plat

Hi,
I am looking for the recommendation for the video recording solution that will work on Android and iOS. I want to capture provided frames (from screen, I have a texture already, NOT webcam) and I want to include an audio from mic.

I want to save it locally.

I know everyplay is not around anymore. I haven’t found any reasonable plugins in assets store (please advise if there is anything).

I also found Unit’s Recorder: Unity Recorder User Manual | Package Manager UI website so I want to try to borrow some of that code (based on MediaEncoder) and customize it into my needs.

Is there any better recommendation? Any good/bad experience?

I was in your position before, about 3 months ago.
First solution was that I used native plugins for each platform, used iOS ReplayKit, and for android used the MediaRecorder API.

This worked great but it was too much to manage for me personally, as my project has large demands.

Otherwise if you’re willing to spend some money check out natcorder. I’m using it currently and it’s great!

1 Like

Thanks! I will check it out!

Did you have a look at Cross Platform Replay Kit ?

Feature set
• Unified API for iOS and Android
• Screen Record complete screen with microphone(including UI)
• Preview Recorded Video
• Single API for both iOS and Android Platforms
• Recorded File access and sharing (beta available - will be available out soon to asset store)

Forum post over here .