miyabi / unity-replay-kit-bridge

Native plugin to use ReplayKit with Unity.
MIT License
39 stars 1 forks source link

Can't record on iOS 11 with ARKit running #3

Open kristofgiber opened 6 years ago

kristofgiber commented 6 years ago

When I call the StartRecording method, I get the permission request to allow recording with mic, but when I accept it, nothing happens, after calling the StopRecording method, nothing happens, no video gets saved in my Gallery.

bovesan commented 6 years ago

It is working with ARKit, but master branch is currently not working on iPad. What device are you using?

RoyDaipayan commented 5 years ago

If the unity ARKit unity project is embedded within a native iOS app, and the unity view is loaded on a separate window, will this still work.

My unity window is loaded on a button press from the native app. Calling StartRecording only records the native app window and my unity stuff is not recorded. Is there a way i can use ReplayKit to record a unity app embedded in a native ios app.