- Knowledge Base
- Developer
- Development Environments
-
Developer
-
RealWear Navigator™ 500 Series
- Overview
- Features and Specifications
- Wearing Your Device
- Device Setup
- Interacting with Your Device
- Device Power
- Battery Use
- Home Screen
- My Programs
- My Camera
- My Files
- My Training
- Safety
- Device Care
- Ownership Information
- User Guide
- FAQ
- Thermal Camera Module
- Display Technology Comparison
- Cleaning Your Device
-
RealWear Cloud
-
RealWear Releases
-
RealWear HMT-1®
-
RealWear HMT-1Z1®
-
RealWear Apps
-
Configure
-
RealWear Modules & Accessories
-
RealWear Navigator™ Series
Unity
Unity applications do not function in the same way that standard Android applications do, so WearHF is not able to interpret them in the same way out of the box.
However, we have developed a plugin that enables speech commands to work in Unity applications with a small amount of development.
The Unity Plugin is RealWear’s solution to accessing the WearHF Voice Service running on the HMT headset from inside a Unity Application.
There are 2 files required by your Unity application to access the WearHF service: a native Android plugin and a managed C# plugin. A Unity project will use the managed plugin to add and remove voice commands to the WearHF service.
Download
The Unity plugin can be downloaded as a zip file which can be extracted and imported into your project.
Contents of Zip
Download link above contains:
WearHFPlugin.dll – The complied Managed Unity Plugin.
WearHFUtils.aar – The complied Native Plugin.
The following tutorial shows how to use this plugin inside a Unity project.
This example Unity application (with source code) is provided to show the plugin in action.
The API shows all the available functionality of the plugin.
The release notes are available to show all the changes for each version of the plugin.