Posts

Showing posts from September, 2025

UniVoice 4.8.0 FishNet support

UniVoice 4.8.0 is out! The key change is that FishNetworking is now finally  supported. Huge thanks to @FrantisekHolubec for this code contribution Technical details Looking at the commit, you will see that the FishNet code is very similar to the Mirror implementation. This is not an accident as FishNet has always tried to position itself as a Mirror++ and has many similarities. Honestly, I like the FishNet APIs a lot more. It's cleaner, has events for everything that was required, and unlike Mirror it didn't need any hacks to get working. A setup sample script has also been made available along with a sample scene that you can simply build and run and get a basic voice chat working. Look around the  samples  and you will realize that the FishNet and Mirror setup scripts are absolutely identical, except for two lines where we construct client and server objects. Thoughts Looking at the FishNet implementation/support scripts, it becomes really obvious that there's a lot o...