Releases: bengreenier/webrtc-unity-plugin
Releases Β· bengreenier/webrtc-unity-plugin
v01
Initial Release.
The unity package contains the initial version of the plugin (designed as a standalone unity component) - but does not include some of the changes made for cohesion with MRTK (so if you're coming from MRTK, you probably should not use this unitypackage).
The zip files contain the native plugins necessary for different environments. They should be placed in the Plugins
directory under the following structure:
ββββWin32
β β
β ββββx64
β β webrtc_unity_plugin.dll.meta
β β <unzip win_x64.zip here>
β β
β ββββx86
β webrtc_unity_plugin.dll.meta
β <unzip win_x86.zip here>
β
ββββWSA
β
ββββx86
β webrtc_unity_plugin.dll.meta
β <unzip winuwp_x86.zip here>
β
ββββx86_64
webrtc_unity_plugin.dll.meta
<unzip winuwp_x64.zip here>