Unity-Technologies / GenericFrameRecorder

This GitHub package is DEPRECATED. Please get the new Unity Recorder from the Asset Store (https://assetstore.unity.com/packages/essentials/unity-recorder-94079) Use the editor builtin Bug Reporter to report issues. You can track and vote for issues on the Issue Tracker (https://issuetracker.unity3d.com)
MIT License
534 stars 66 forks source link

DllNotFoundException: Unable to load DLL 'fccore' #34

Closed FreakTheMighty closed 6 years ago

FreakTheMighty commented 6 years ago
What happened?

On iOS when I begin recording I get this error:

DllNotFoundException: Unable to load DLL 'fccore': The specified module could not be found.

I've tried adding the binary as an embedded binary is xcode, but then I get this error on build:

/arkitscene.app/PlugIns/fccore.bundle: unsealed contents present in the bundle root
Command /usr/bin/codesign failed with exit code 1
Is it reproduceable?

Yes

Released package version / tag?

v0.2

Unity version, operating system, target platform (standalone windows, mac, iOS, PS4...)?

iOS

jasonm-unity commented 6 years ago

Video recording: Editor only for now. Standalone within reach for 2018.2. Low-hanging for iOS and other Microsoft platforms as they piggy-back on existing implementations.

jasonm-unity commented 6 years ago

Q: How did you trigger the recording? iOS is not supported by the video recorder, so you should have gotten an error in the console that says: Recorder xyz does not support current platform"

you should not be getting a DllNotFoundException!

jasonm-unity commented 6 years ago

closing issue, lacking repro steps.