Simple 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)

· Some users report that after a few minutes of play, the sound starts to glitch a bit.


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.


Githab