Simple and basic solution for online voice chat.With this package you can make a simple voice chat for your game.However, this package requires you to know and write network code in order to transfer data over your network.Known limitations of this package.· Doesn't work with WebGL (at least until you find a way to capture audio from a microphone in WebGL).· No echo cancelation or noise reduction (so, using with mobile speakers is not particularly comfortable)· Requires writing code (to transfer data through your network solution)The package contains a demo scene, an example of using Mirror to transmit sound over the network and communicate between players in a 3D scene.