EntryPointNotFoundException: av_register_All - OSX with EasyMovieTexture
Problem :
I am getting an error with EasyMovieTexture when I try to play my app when building for OSX, while in windows editor.
RuntimeError:
EntryPointNotFoundException: av_register_all MediaPlayerCtrl.Call_SetUnityActivity () (at Assets/MediaPlayerCtrl.cs:3860) MediaPlayerCtrl.Awake () (at Assets/MediaPlayerCtrl.cs:289)
Info:
The plugin works fine for both windows, and android builds, but when I switched to mac - OSX I get this error, which doesn't stop the application, but makes it so the video doesn't load/play.
Comment