I’m looking for a way to record a video with iPad or iPhone camera and then save it to a file. I know Unity can access it using WebCamTexture(), but I haven’t been able to find a way to record that data. Does anyone have any suggestions?
you could use the Everyplay plugin, it records the audio and the screen of your proyect and then save it in cache temporal folders.
so if you play the WebCamTexture() in IOS and recorded the screen with everyplay, you could then move the mp4 file from the directory: "tmp/Everyplay/sesson//screen.mp4 " to the folder you want, using the system.io
file.move(video in tmp folder, folder direccion);