After transition from Unity 4.6 to 5 vpx.dll C++ library stop working can anyone help?
DllImport("vpx.dll", CallingConvention = CallingConvention.Cdecl)]
internal static extern vpx_codec_err_t export_init_codec(int width, int heigth, IntPtr imageAncor, IntPtr codec,int target_bitrate, int rate, int scale);
DllNotFoundException: vpx.dll
WebM.WebMEncoder..ctor (Int32 width, Int32 heigth, Int32 targetBitrate, Int32 fps, Boolean writeToFile)
↧