1

first question post here. Please go easy on me. I want to be able to record videos with device camera in Unity. I can play the camera video as a video texture using WebCamTexture, but cannot save the video as a .mp4 file or something in the device. Is there any way to do it inside Unity? Thank you very much.

Basically, I want to be able to record videos with device camera and save them in device as .mp4 files, just like a normal camera app, but with Unity

cs dex
  • 11
  • 2

1 Answers1

0

You can use this plugin available in the unity asset store >> CameraShot plugin

sandulasanth-7
  • 199
  • 1
  • 2
  • 14