Skip to content

Editor: Free VLCUnityPlugin handle when stopping scene in Editor

Martin Finkel requested to merge mfkl/vlc-unity:unload-plugin into master

Unity loads the VLCUnity native plugin but does not unload it. This is a known Unity issue discussed online many times. The issue it causes is that the VLCUnityPlugin.dll is not unloaded by the Editor which prevents developers to replace or move it, when troubleshooting in Editor builds.

Closes #98 (closed)

Merge request reports

Loading