Releases: Blitzy/unity-radialcontroller
Releases · Blitzy/unity-radialcontroller
v0.2.2
v0.2.1
v0.2.0
Changes
- Improvements
- Cleaned up project structure, moved all radial controller library and demo files underneath the RadialController folder.
- Added
Name
andVersion
properties toIRadialControllerPlatormBridge
. These are printed to the console when the bridge is created. RadialControllerWindowsBridge
server process now runs hidden.- Making the server process run hidden by default solves the Unity/Server process focus fighting problem. Running the process hidden, Windows seem to allow the server process to continue capturing the Radial Controller input while Unity still technically has focus.
- If you want to see the server window while running in the Unity editor, you can set the
RadialControllerWindowsBridge.EditorDebug_ShowServerWindow
totrue
.
- Bug Fixes
- Reset demo Radial Controller settings to defaults.