Webrtc Unity Plugin Versions Save

Cross-platform Webrtc support for Unity apps ☁🎲

v01

5 years ago

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>