UnityBridge


UnityBridge allows you to connect third party services and plugins in to Unity that before were unsupporte ...


by SperoSophia


★★★★ star rating
Price History +

UnityBridge allows you to connect third party services and plugins in to Unity that before were unsupported.


Its a way to get around Unity's .NET 2.0 limitation and run .NET 4.6 plugin services in the background.


Within the package is the UnityBridge plugin and a sample implementation.


SpeechInterface:


Using Microsoft Speech Recognition as the sample that was chosen. A zip file containing the visual studio solution for a Bridged Service. In this instance running Speech Recognition behind the scenes and relaying the speech back to unity for display or fun manipulations.


To accomplish this we wrote a new Network protocol that we coined CRP (Collected Relay Packet) which is still under heavy and active development.


>> Documentation


Upcoming updates will allow LAN and WAN so you can connect you local mobile phone to a service that is running on you PC without typing any IP addresses.