Skip to content

v0.2.0

Compare
Choose a tag to compare
@Blitzy Blitzy released this 20 Nov 16:09

Changes

  • Improvements
    • Cleaned up project structure, moved all radial controller library and demo files underneath the RadialController folder.
    • Added Name and Version properties to IRadialControllerPlatormBridge. 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 to true.
  • Bug Fixes
    • Reset demo Radial Controller settings to defaults.