Publisher | SperoSophia |
---|---|
File size | 693.78kB |
Number of files | 4 |
Latest version | 0.8.6 |
Latest release date | 2016-03-14 06:42:27 |
First release date | 2016-03-14 06:42:27 |
Supported Unity versions | 2018.4.2 or higher |
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.
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.