InControl: Change Log
Note: The latest version in this change log might not be up on the Asset Store yet. It can take Unity several days to approve updates. It should, however, already be available in the downloads section.
v1.8.10
- Added visionOS native plugin supporting the GameController framework.
- Various Unity API deprecation fixes.
- Minor bug fixes and refactoring.
v1.8.9
- Built NativeInput plugins for macOS with Xcode 14.2.
- Fixed issue where
InControlInputModulewas not working with GameCore. - Fixed face button mappings when using Unity's New Input System.
- OUYA support completely removed. It's dead Jim.
- Some minor refactoring.
v1.8.8
- Various Android profiles added and fixed (thanks Chris!)
- Renamed
BindingSourceRejectionType.DuplicateBindingOnActionSettoBindingSourceRejectionType.DuplicateBindingOnAction - Minor bug fixes.
v1.8.7
- Fixed
UnityMouseProviderto include horizontal scroll value inGetDeltaScroll() - Fixed an issue causing GC alloc in
UnityMouseProvider. - Various fixes to 8Bitdo controller profiles.
- Potential fix for crash when disconnecting controllers on macOS with MFi enabled.
v1.8.6
- Added rate throttling for haptic and light updates in native plugin to help mitigate latency buildup.
- Added build post-processor for Apple platforms to include CoreHaptics.framework, which is now required.
- Fixed switched triggers on DualSense (PS5) controllers connected over bluetooth in Windows in native input.
- Fixed DualSense (PS5) incorrectly having
PlayStation4device style set on Apple platforms with native input and MFi enabled. - Fixed DualSense (PS5) incorrect d-pad mappings when connected over bluetooth with native input enabled and MFi disabled.
v1.8.5
- Added support for additional Game Controller framework (MFi) controllers.
- Added vibration support for Game Controller framework (MFi).
- Fixed issue with PS5 controllers connected with bluetooth on Windows with native input plugin.
- Fixed PS4 and PS5 bumper and trigger names on Windows native input to match controller labels: L1, R1, L2 and R2.
- Fixed regression in managed XInput plugin that switched
ViewandMenucontrols. - Added
Ipega PG9129profile for Android. - Updated a few Linux profiles.
v1.8.4
- Added
InputControlType.LeftCommandandInputControlType.RightCommandaliases. Where possible, for devices with a correctDeviceStyle, it will map appropriately to the command buttons based on location, for example:BackandRightfor Xbox 360,ViewandMenufor Xbox One,ShareandOptionsfor Dual Shock 4, etc. - Added support for querying control glyph names for controllers using Apple's Game Controller framework exposed through the native input module. To use, cast the device to
NativeInputDeviceand call theGetAppleGlyphNameForControl()method. Note: some controls may have no glyph name, but primary controls generally do. - Added beta support for using new Unity input system as a backend for gamepad, keyboard and mouse input (touch input coming later). This will be enabled when the Input System package (com.unity.inputsystem >= 1.0.0) is installed in Package Manager. You will also need to set Project Settings > Player > Active Input Handling to Both.
- Added LED color support for compatible (Dual Shock 4) controllers using Apple's Game Controller framework exposed through the native input module.
- Added PlayStation 5 controller support for native module (no rumble or LED features yet).
- Added "BindingsMenu" example demonstrating how to use the bindings API with Unity UI.
- Made
Device.RequestActivation()public. - Fixed error that can happen on application quit.
- Fixed duplicate device with Switch Pro Controller on newer macOS versions.
- Properly enable Unity UI
InControlInputModuleon PS5, GameCore and Stadia. - Changed
TouchSprite.CreateSpriteRenderer()to use a shared material for potential drawcall reduction.
v1.8.3
- Fixed crash in native plugin for devices that declare an unusually high number of buttons.
- Fixed crash in native plugin for Windows x86 IL2CPP builds.
- Fixed issue with macOS native plugin where (non-MFi) controllers not detect attach/detach events.
- Fixed issue with macOS native plugin (MFi enabled) where pause button on Nimbus was not detected.
- Added Apple Silicon support to macOS native plugin binary.
- Added basic Game Core and PS5 input profiles.
- Added SteelSeries Nimbus Plus profile for macOS.
v1.8.2
- Fixed regression (since 1.8.0) in device matching logic causing some devices not to be identified correctly.
- Fixed PlayStation 4 controller profile for Android and NVidia Shield devices.
- Fixed NVidia Shield controller profile for Android and NVidia Shield devices.
- Fixed various
Debuglogging calls to useInControl.Loggerinstead.
v1.8.1
- Added armv7 support to Native Input plugin for iOS.
- Fixed error in version parsing with some alpha and beta versions of Unity.
v1.8.0
- Added MFi support through Apple's Game Controller framework for iOS and tvOS in the Native Input module. This will always be used when Native Input is enabled.
- Added MFi support through Apple's Game Controller framework for macOS in the Native Input module. This is currently BETA and must be explicitly enabled.
- Added
InputDeviceClass.TouchScreenwhich is also set on the default touch device. - Added
InControlManager.updateModewhich allows triggering custom updates (withInputManager.Update()), or usingMonoBehaviour.Update()(default) orMonoBehaviour.FixedUpdate()as before.InControlManager.useFixedUpdatehas been removed. - Added additional Google Stadia controller model to the Windows native profile.
- Added additional GameCube adapter native profile on Windows.
- Added
byte[] SaveData()andLoadData( byte[] data )toPlayerActionSetwhich works likeSave()andLoad(), but deals in byte arrays. - Fixed issue related to Unity calling
Update()afterOnApplicationQuit(). - Fixed bugs occurring when multiple
PlayerActionSetinstances listen simultaneously. - Fixed compilation errors in Xcode build with iCade support in Unity 2019.3+
- Removed the now unnecessary iOS Xcode Preprocessor. This breaks compatibility with old versions of Unity, but should work with Unity 2017 LTS onward, and future proof support for the newer iOS pipeline going forward.
- Removed deprecated
CustomInputDeviceProfile. - Removed deprecated
InputManager.Setup()andInputManager.Reset(). - Removed deprecated
InputDeviceProfile.SupportedPlatforms(useIncludePlatformsinstead). - Significant refactoring of
InputDeviceProfilesubclasses to unify how profiles definitions work between Unity profiles and Native profiles, and move toward serializable profiles in the future.
v1.7.4
- Added support for a few common controller/browser combinations in WebGL:
- WebGL Chrome (Mac): Xbox 360, Xbox One, PlayStation 4 and Nintendo Switch Pro controllers.
- WebGL FireFox (Mac): Xbox 360, Xbox One and PlayStation 4 controllers.
- WebGL Safari (Mac): Xbox 360 and Xbox One controllers.
- WebGL Chrome (Windows): Xbox (XInput), PlayStation 4 and Nintendo Switch Pro controllers.
- WebGL FireFox (Windows): Xbox (XInput) and PlayStation 4 controllers.
- Added additional controllers supported by 360Controller 1.0.0-alpha.3 on Mac.
- Added
Preserveattribute to profiles to prevent IL2CPP max stripping from removing them. - Added 8bitdo SF30 Pro Windows native input profile.
- Added Kiwitata NES Windows native input profile.
- Fixed touch control animations to use
Time.unscaledDeltaTimeto work consistently when games are paused. - Fixed deprecated references to
UnityEngine.Apple.TV. - Fixed error that can happen in Unity Editor on first launch after Library folder is deleted.
v1.7.3
- Added SteelSeries Nimbus native profile on Mac (but d-pad doesn't work).
- Added additional controllers supported by 360Controller 0.16.11 on Mac.
- Added OUYA controller native profile on Windows.
- Added public setter to
InputManager.SuspendInBackgroundproperty. - Added touch emulation for right and middle mouse buttons.
- Added
Touch.startPositionfield to record where touches started. - Added
Touch.mouseButtonfield to indicate which mouse button was used for touch emulation. - Fixed an issue where
WasRepeateddoesn’t work for managed XInput, ICade and in Virtual Device example. - Fixed an issue detecting proper Windows version on Windows 7.
- Fixed Xbox 360 & One triggers issue both firing at the same time on Windows since Unity 2018.3
- Fixed an issue with offscreen touches on Android.
- Prevent certain editor scripts from running when entering play mode.
- Added
BetopBTP2175sWinProfile - Added
EightBitdoGenericAndroidProfile - Added
EightBitdoN30Pro2AndroidProfile - Added
EightBitdoSF30ProAndroidProfile - Added
EightBitdoSN30ProAndroidProfile - Added
HavitHVG95WLinuxProfile - Added
IpegaPG9021AndroidProfile - Added
IpegaPG9037AndroidProfile - Added
IpegaPG9055AndroidProfile - Added
NVidiaShieldWin81Profile - Added
PlayStation2LinuxProfile
v1.7.2
- Added assembly definition support where available. Make sure you add InControl as a reference to your project where necessary.
- Added additional controllers supported by 360Controller 0.16.10 on Mac.
- Added support for some keys that may be on non-US keyboards.
- Added PowerA Nintendo Switch native profile on Mac.
- Added
EnabledInHeirarchy(readonly) to controls and changedEnabled(read/write) to be independent of owner. This primarily affectsPlayerActionallowing individual actions to be disabled while the PlayerActionSet as a whole is still enabled. - Fixed issue with menu items not showing up by moving them to a new InControl top-level menu.
- Fixed issue in native input module to correctly detect disconnected controllers.
- Fixed movement repeating logic in
InControlInputModule. - Fixed touch controls targeting
Action5thruAction12. - Fixed warnings showing up in Unity's experimental incremental compiler.
v1.7.1
- Added additional controllers supported by 360Controller 0.16.8 on Mac.
- Added NVIDIA Shield remote Android profile.
- Fixed PlayStation 4 profile for console.
- BREAKING CHANGE: The singleton enforcement for InControlManager and TouchManager components was far too aggressive. It will now no longer destroy duplicate components automatically and, if redundant instances are detected in play mode, a warning will be shown in the console and the components will be disabled.
v1.7.0
- Added additional controllers supported by 360Controller 0.16.6 on Mac.
- Added Xiaomi Remote profile for Android TV.
- Added
InputManager.ActiveDevicesthat contains all devices active during the last update tick. - Added
BindingListenOptions.OnBindingEnded, called after listening for bindings is ended (for any reason). - Added iCade support for tvOS.
- Added UWP support using the
Windows.Gaming.Inputframework. - Added
TwoAxisInputControl.DeadZoneFuncwhich may be set toDeadZone.Circular(default),DeadZone.Separateor a custom deadzone function. - Added more performance optimizations.
- Fixed
XboxOneInputDeviceto properly clamp vibration values. - Removed beta label from Native Input module. It's time.
- BREAKING CHANGE: Removed 32-bit Native Input plugin on macOS.
- BREAKING CHANGE: Removed custom profiles functionality deprecated in v1.5.12.
- BREAKING CHANGE:
InputDevice.LastChangeTickhas been replaced withInputDevice.LastInputTick - BREAKING CHANGE:
InputDevice.LastChangedAfter()has been replaced withInputDevice.LastInputAfter() - BREAKING CHANGE: Whether a device is considered active is now determined by whether any control gives nonzero input rather than whether the control value changed. Controls or devices with their
Passiveproperty set will never be considered active. This makes device activation more intuitive and properly handles multiple devices being active simultaneously, enablingInputManager.ActiveDevicesto exist.InputManager.ActiveDevicecan now also be more "sticky" and will only be changed if the device is inactive, which helps mitigate certain broken situations where a mirrored virtual device exists in the OS.
v1.6.17
- Added another device to Xbox 360 Windows profile.
- Fixed Unity 2017.2 compatibility issues.
- Fixed various problems with
InControlInputModulein Unity 2017.x
v1.6.16
- Added prevent sleep / screensaver option to native module.
- Added
InputDevice.Passivewhich causes a device to never be considered active (defaults tofalse). - Fixed a few profiles that were missing
DeviceClassand/orDeviceStylesettings. - Fixed touch swipe control's "one swipe per touch" setting to work with analog targets.
- Fixed
PlayerAction.RemoveBindingto be more robust and never throw an exception. - Fixed issue where native module caused certain keyboards (especially Logitech G110) to lock up.
- Fixed crash in native module that occurred when connecting/disconnecting devices (thanks Matthew!).
v1.6.15
- Added NVIDIA Shield 2017 support.
- Added BETOP BTP controller on Android.
- Added BETOP BTP-AX1T controller on Android.
- Added BEBONCOOL DA015-CA controller on Android.
- Added PC Twin Shock controller on Windows (native module).
- Fixed
UnityInputDeviceProfilenot working in Unity 2017. - Fixed touch controls having incorrect z-position (and thus being invisible in game view).
- Fixed Apple TV remote profile detection instead of controller profile.
v1.6.14
- Added additional controllers supported by 360Controller 0.16.5 on Mac.
- Added support for Nintendo Switch Pro Controller for Windows & Mac (native module only).
- Added support for GameCube controllers via MAYFLASH adapter.
- Added
BindingListenOptions.IncludeMouseScrollWheel(defaults tofalse). - Added
PlayerActionSet.PreventInputWhileListeningForBindingto prevent input to all actions while any action in the set is listening for a binding (defaults totrue). - Added
InputControlType.Plus,InputControlType.MinusandInputControlType.Capture. - Added
InputDeviceStyle.NintendoGameCube. - Fixed touch controls not always reconfiguring properly on resolution changes.
- Fixed issue where submitting to Mac App Store results in
CFBundleIdentifier Collisionerror. - Fixed issue where
PlayerActionwon’t zero out when the last binding is removed while being held. - Fixed
PlayerActionto not receive input while listening for a binding. - Fixed error in
NativeInputDevicefor devices with more than 20 buttons.
v1.6.13
- Fixed some Unity 2017 compatibility issues.
- Fixed
XboxOneInputDevice.ControllerIdnot being set correctly on reconnect. - Added ability to add exclusive keyboard bindings to
PlayerActionwith:AddDefaultBinding( KeyCombo.With( Key.Tab ).AndNot( Key.Shift ) ); - Changed
PlayerActionto accept a redundant binding and silently ignore it instead of rejecting it. - Added
BindingListenOptions.RejectRedundantBindingsto allow legacy behavior ofPlayerActionrejecting a redundant binding. - Added support for MFi controllers to potentially support analog triggers on iOS (but Unity still doesn't).
- Added support for GameSir G4s controller on Android.
v1.6.12
- Added
LastDeviceClassandLastDeviceStyleproperty toPlayerActionSetandPlayerAction. - Added support for 8Bitdo SFC30 controller on Mac and Windows (Unity and Native modules).
- Added support for 8Bitdo SNES30 controller on Mac and Windows (Unity and Native modules).
- Added support for 8Bitdo NES30 Pro controller on Mac and Windows (Unity and Native modules).
- Added support for 8Bitdo SFC30 controller on Android.
- Added support for 8Bitdo SNES30 controller on Android.
- Added support for 8Bitdo NES30 Pro controller on Android.
- Added support for 8Bitdo FC30 Pro controller on Android.
- Added support for FIX XBG-301 controller on Android.
- Fixed support for newer Sony DUALSHOCK 4 controllers (CUH-ZCT2U/E) on macOS Sierra (Unity module).
v1.6.11
- Added support for Xiaomi bluetooth controller on Windows and Mac (Unity module).
- Added support for Xbox One bluetooth controller on Android.
- Added touch pressure option to
TouchButtonControl. - Fixed unresponsive controls on Xbox One.
- Fixed
InControlInputModuleerror on Unity 5.1. - Fixed rumble and LED control on Mac native input for newer Sony DUALSHOCK 4 controllers (CUH-ZCT2U/E).
- Fixed rumble and LED control on Mac native input for Sony DUALSHOCK 4 Wireless Adapter.
- Fixed product name detection on Windows native input.
v1.6.10
- Added support for Xbox One S controller on Windows 7/8.
- Added support for GameSir G3s controller on Android.
- Added support for GameSir G3w controller on Android.
- Added support for Mad Catz C.T.R.L.R controller on Android.
- Added support for DroidBox on Android.
- Added NVIDIA Shield controller support on Windows 8.
- Added additional support for PlayStation 4 controller on Android.
- Added support for Xbox One Wireless Adapter in Windows 7 and 8 (Native module).
- Fixed error in
XboxOneInputDevice.cs. - Fixed MFi controller support on Apple TV.
- Fixed issue in
InControlInputModulepreventing touch input from working with Unity GUI.
v1.6.9
- Added collection
PlayerAction.UnfilteredBindingsas an alternative toPlayerAction.Bindings. Use at your own discretion. - Added
PlayerActionSet.ActiveDeviceandPlayerAction.ActiveDevicewhich returns the last device that provided input, when relevant. - Added
InputDeviceClassandInputDeviceStyleenums andDeviceClassandDeviceStyleproperties for profiles/devices. - Added support for newer Sony DUALSHOCK 4 controllers (CUH-ZCT2U/E) to native input.
- Added support for Sony DUALSHOCK 4 Wireless Adapter.
- Fixed GC leak in
XboxOneInputDevice. - Fixed error that displays on non-Window/Mac build settings when native input is enabled.
- Fixed
AppleMFiProfilenot working on iPads. - Fixed
PlayerAction.HasBindingmethod to be public.
v1.6.8
- Added support for newer PlayStation 4 controller (Product ID: 0x9cc).
- Added
Key.CapsLock. - Fixed
XboxOneInputDevice.Vibrate()to not set trigger vibration by default. - Fixed compilation error on Windows Store builds in
InputManager.cs. - Fixed compilation error on Unity <= 5.1.2 in
InControlInputModule.cs.
v1.6.7
- Added support for Xbox One S controller on Windows 10.
- Fixed compilation error on Windows Store builds.
- Fixed build errors on platforms other than Windows and macOS.
- DEPRECATION:
InputControlType.TouchPadTapreplaced byInputControlType.TouchPadButtonto match Sony's naming scheme.
v1.6.6
- Fixed issue where standard XInput is not disabled if native input is enabled.
- Fixed issue where native module crashed Unity when debugging a breakpoint.
v1.6.5
- Added
GetPlayerActionByNamemethod toPlayerActionSetto complement the[]operator. - Added
MouseBindingSource.JitterThresholdwhich controls how much the mouse must move to trigger a change inLastInputType. - Added
Key.AltGr. - Added an option to specify which axes allow dragging in
TouchStickControl. - Fixed issue where iCade plugin was being added to tvOS builds.
- Fixed (yet more) Xbox One controller issues due to Windows 10 anniversary edition.
v1.6.4
- Added support for Xbox One controller changes in Windows 10 anniversary edition.
- Added additional controllers supported by 360Controller 0.16.4 on Mac.
- Added warning on actions that setting dead zones should be done directly on device controls.
- Added
UserDataobject field toPlayerActionSetand actions to allow storing arbitrary game data. - Added
OnLastInputTypeChangedevent toPlayerActionSetand actions. - Fixed
TouchStickControlto display knob position correctly when input curve is non-linear. - Fixed native input module to only attempt loading DLLs on Windows and Mac.
- Fixed native input DLLs to be statically linked to runtime components on Windows. This should make it more compatible on systems without the latest Windows platform redistributables installed.
- Fixed compilation error (ambiguous == operand) in
OneAxisInputControl. - Fixed compilation error in
XboxOneInputDevice.cson Xbox One platform. - Fixed PlayStation 4 profile to have more cert-compatible control names.
- Fixed
TwoAxisInputControl.ClearInputState()to properly zero out theXandYproperties. - Fixed
PlayerActionto ignoreBindingSourceType.Nonein serialization. - Fixed an issue where Action controls are hidden by default on action sets.
v1.6.3
- Added tap target to
TouchTrackControl. - Fixed crash in
TouchManageron some Android devices. - Fixed issue with scene changes not cleaning up correctly in Unity 5.4+
- Fixed issue where scene changes start producing duplicate log messages.
- Fixed issue where
Action5toAction12targets inTouchButtonControlwere not working.
v1.6.2
- Added
PlayerActionSet.IncludeDevicesto provide a list of devices which an action set should include when searching for an active device. - Added
PlayerActionSet.ExcludeDevicesto provide a list of devices which an action set should exclude when searching for an active device. - Added
InputManager.Enabledto allow global disabling of input. - Added
AnyButtonIsPressed,AnyButtonWasPressedandAnyButtonWasReleasedtoInputDevice. - Added
CommandIsPressed,CommandWasPressedandCommandWasReleasedtoInputDevice(replacingMenuWasPressed). - Fixed touch control gizmos not displaying correctly in Unity 5.4
- Fixed touch camera not being set up correctly when manually adding the
TouchManagercomponent.
v1.6.1
- Added additional controllers supported by 360Controller 0.16.2 on Mac.
- Fixed Xbox One native profiles on Windows 7.
- Fixed
InControlManagerinspector font for Unity Pro dark theme.
v1.6.0
- Added native input module for Windows (BETA) with support for DirectInput and XInput devices. Enable it in
InControlManager. Note: it is mutually exclusive to usingUnityInputDeviceManager, so the latter will be disabled when native is enabled. You should also ensureInControl/Plugins/InControlNative.bundleis properly configured for OS X x86_64 in Unity 5's plugin inspector. XInput support is optional for cases where more than 4 XInput controllers (an XInput limitation) is required and proper trigger support is not required (a limitation of DirectInput). - Added native input module for Mac (BETA). Enable it in
InControlManager. Note: it is mutually exclusive to usingUnityInputDeviceManager, so the latter will be disabled when native is enabled. You should also ensureInControl/Plugins/InControlNative.bundleis properly configured for OS X x86_64 in Unity 5's plugin inspector. - Added much improved Xbox One console support.
- Added improved Virtual Device example to demonstrate implementing a keyboard virtual controller.
- Added some basic PlayMaker actions (see InControl/Extras/PlayMaker.zip).
- Added
PlayerOneAxisAction.LastInputTypeandPlayerTwoAxisAction.LastInputType. - Added
PlayerOneAxisAction.UpdateTickandPlayerTwoAxisAction.UpdateTick. - Added
PlayerTwoAxisAction.InvertXAxis. - Fixed
BindingSource.BindingSourceTypeto be public. - Fixed issue where
BindingListenOptions.IncludeModifiersAsFirstClassKeysdoes the opposite of what it's supposed to. - Fixed issue in DPad deadzone applications which affected certain devices with DPad on analogs mappings.
- Fixed DPad mappings in
XboxOneWin10Profile. - Added
TouchPadTaptoPlayStation4Profile. - Added
Passiveproperty toInputControlMappingandInputControlwhich prevents changing device focus or update tick for some controls. Useful for preventing some input like gyro from stealing continual focus. - Added
InputManager.SuspendInBackgroundto pause input when app loses focus. - Added steering controls to
InputControlType. - Added GUID property to
InputDevice(unique to the object, not hardware). - Added
SetLightColor()andSetLightFlash()methods to InputDevice. - Added
Touch.type(enum TouchType) and other stylus/pressure properties to match Unity 5.3 - Added
TouchType.Mousefor touches emulated by mouse input. - Added
InputDevice[]to look up controls byInputControlType. - Added
PlayerActionSet[]to look up actions by name. - Added
LeftStickX,LeftStickY,RightStickX,RightStickY,DPadXandDPadYtoInputControlType. These can now be queried byInputDevice.GetControl(). - Added "lock to axis" option to
TouchStickControl. - Added Touchpad button to PlayStation4Profile.
- Added Apple TV remote and controller profiles.
- Added Flare profile for Android.
- Added SteelSeries Stratus XL profile for Windows.
- Added improved SteelSeries Stratus XL profile for Android.
- Added PlayStation 4 Steam Link profile for Mac.
- Added preprocessor guards for Unity 4.7 to
InControlInputModule. - Fixed
BindingListenOptions.IncludeModifiersAsFirstClassKeysto behave properly and made it default totrue. - Fixed issue where
UNITY_WSAwas not included in platforms that disable mouse touch emulation. - Fixed optimization issues in circular deadzone calculation.
- DEPRECATION:
InputDeviceProfile.SupportedPlatformsrenamed toIncludePlatforms. - BREAKING CHANGE: iCade now maps actions to
Action1toAction8, notAction1toAction4andButton0toAction3. - BREAKING CHANGE: Changed some values in
InputControlTypeto make room for new entries (preparing for native plugin). Check the targets on you touch controls and other dependencies onInputControlTypevalues such as variables on scripts. - BREAKING CHANGE: Removed
UnknownUnityInputDeviceandUnknownUnityInputDeviceProfileclasses. This functionality was rolled intoInputDeviceandUnityInputDevice.
v1.5.12
- Added ability to specify a binding to replace when listening for new bindings. See
BindingListenOptions.ReplaceBindingandPlayerAction.ListenForBindingReplacing(). - Added internal update tick on scene load so
WasPressedandWasReleasedis reset after scene load. - Added
ClearInputState()method to InputManager, devices, controls, action sets and actions. - Added Moga Pro profile for Android.
- Added SteelSeries Free profile on Android.
- Added Logitech F710 Mode D profile for Amazon Fire TV.
- Added PlayStation 4 profile for Amazon Fire TV.
- Added Nyko PlayPad Pro profile for Amazon Fire TV.
- Fixed Logitech Mode X profile for Amazon Fire TV.
- Fixed regression in
TouchTrackControl. - Fixed bug in iOS post processor for when InControl is in a subfolder.
- Fixed a few control names in various profiles.
- DEPRECATION: Custom profiles are now marked deprecated.
v1.5.11
- Added Level Up Black Hawk profile for Windows.
- Added Moga Pro Power profile for Android.
- Added Xbox 360 Rock Candy profile for Android.
- Added an example of how to create a custom virtual device.
- Added
PlayerAction.InsertBindingAt()andPlayerAction.RemoveBindingAt(). - Added option to snap to 4, 8 or 16 angles on
TouchStickControl. - Fixed NVIDIA Shield profile for Windows 8 and 10.
- Fixed controller vibration to stop when InControl resets or shuts down.
- Fixed DPad in Valve Streaming profile on Windows.
- Fixed
InControlInputModuleto hopefully be a bit more future proof. - Fixed compilation error for webplayer build target on Windows.
v1.5.10
- Added iCade support (iOS only).
- Added
MouseBindingSource.ScaleX,.ScaleYand.ScaleZto control mouse axis sensitivity. - Added Nexus Player Mac profile.
- Fixed Xbox One profile mappings on Windows 10.
- Fixed compilation error in
InControlInputModulein Unity 5.1.3 - Fixed issue where having
InControlInputModule.allowMouseInputenabled on iOS causes problems with uGUI buttons. - Fixed
PlayerActionSet.EnabledsoWasPressedandWasReleasedwork as expected after toggling.
v1.5.9
- Added support for up to 9 mouse buttons in bindings.
- Added Red Samurai Android profile.
- Added Moga Hero Power Android profile.
- Added Saitek AV8R Windows profile.
- Added Air Flo Wired PS3 controller Windows and Mac profiles.
- Added
TwoAxisInputControl.Angleto query 360 degree angle of stick. - Fixed GC overhead in
KeyComboand increase key bindings performance. - Fixed
InControlManagerto better enforce its singleton status. - Fixed mouse touch emulation to be enabled in WebGL builds.
- Fixed single axis controls on devices to have proper circular deadzones.
- Improved some internal processing.
v1.5.8
- Fixed broken sticks and triggers in XInput.
- Fixed issue where
Key.Plusshould beKey.Equals. - Fixed
LoadAssetAtPathcompilation errors for Unity 5.0.0 and 5.0.1 - Fixed
ReorderableListcompilation errors for some project configurations.
v1.5.7
- Added tap button target to
TouchSwipeControl. - Fixed errors in editor scripts related to
LoadAssetAtPath().
v1.5.6
- Added
BindingListenOptions.UnsetDuplicateBindingsOnSet(defaults tofalse). - Added
BindingListenOptions.IncludeUnknownControllers(defaults tofalse). Caveat: triggers don't always work so well because Unity. - Added GameCube Windows profile.
- Added better multiplayer examples.
- Added Razer Serval Forge TV profile.
- Added Razer Serval Mac profile (USB and Bluetooth, but no trigger support).
- Added Steel Series XL Android profile.
- Added Logitech Android profile.
- Added Ipega PG9023 Android profile.
- Added Buffolo Classic Mac, Windows and Amazon profiles.
- Added
InputControlType.Power. - Added several more performance optimizations.
- Fixed
OneAxisInputControlto return 0 if sides are equal. - Fixed issue where TouchTrackControl didn't provide correct input.
- Fixed flipped controls in example custom profile.
- Fixed Valve Streaming profile.
- Fixed more WSA compatibility errors.
- Fixed
InControlInputModule.IsModuleSupported()not returning true on consoles. - Fixed
InControlInputModulenot present in Unity 5.1 and 5.2 - Fixed
PlayerTwoAxisActionto correctly account forInputManager.InvertYAxis. - Fixed
DeviceBindingSourceListenerto use a threshold for analog presses. - Fixed XInput controllers to apply deadzones like normal devices.
v1.5.5
- Added Mad Catz C.T.R.L.R support on Amazon Fire TV.
- Added Mad Catz Micro C.T.R.L.R support on Amazon Fire TV.
- Added OUYA controller support on Amazon Fire TV.
- Added Xbox 360 controller support on Amazon Fire TV.
- Added menu button to Amazon Fire TV remote and controller profiles.
- Added support for the Logitech F510 controller on Windows and Mac in both D and X modes.
- Added
PlayerActionSet.Enabled(defaults totrue). - Added
BindingListenOptions.OnBindingRejectedcallback. - Added
BindingSourceRejectionTypeenum. - Moved
BindingListenOptions.OnBindingFoundcallback to happen before binding rejection. - Optimized internal math to lower CPU overhead per controller.
- Optimized XInput support by moving polling to a background thread.
- Added advanced options to tune polling frequency and buffer size for XInput.
- Include both XInput 32 bit and 64 bit DLLs in InControl/Plugins folder.
- Ignore empty controller slots on PS4 for better performance.
- Fixed issue where PlayStation Vita has flipped DPad verticals.
- Removed code in
InControlExceptionconflicting with Windows Store / Phone compilation. - Removed code causing
EventSystem.lastSelectedGameObjectdeprecation warning.
v1.5.4
- Added
BindingListenOptions.AllowDuplicateBindingsPerSet(defaults tofalse). - Exposed readonly
PlayerAction.Ownerproperty (of typePlayerActionSet). - Removed code (TinyJSON) conflicting with Windows Store / Phone compilation.
- Fixed issue with triggers in Xbox One controller (on console) sharing same axis.
- Fixed issue where controls always enabled on touch regardless of
TouchManager.enableControlsOnTouch. - Replaced
LessThan,GreaterThanandQuestionMarkwithComma,PeriodandSlashrespectively in bothKeyenum andKeyInfo.KeyList.
v1.5.3
- Added
BindingListenOptions.MaxAllowedBindingsPerType. - Added
InputManager.AnyKeyIsPressedto check for any keyboard press. For more flexibility, useKeyCombo.Detect(). - Added ability to use bindings API with
InControlInputModuleby settingSubmitAction,CancelActionandMoveActionproperties on the component. - Fixed issue with
InControlInputModulewhere first item is not selected after mouse motion removes focus. - Fixed issue where Xbox One controller (on console) has flipped DPad verticals.
- Fixed issue where PlayStation 4 controller (on console) has flipped DPad verticals.
- Change of note:
InputManager.ActiveDevicewill now beInputDevice.Nullimmediately after setup or a disconnect, not a random device. - Added
TouchManager.enableControlsOnTouch(defaults tofalse). - Fixed issue where touch controls were created on setup even if
TouchManager.controlsEnabledwasfalse. - Added warnings that appear on the
TouchManagerinspector when common mistakes with touch camera and controls using incorrect layers are detected. - Fixed various warnings on Windows (especially default values on parameters).
v1.5.2
- Fixed issue where
PlayerOneActionAxisspewed errors. - Exposed Control property in
DeviceBindingSource(of typeInputControlType).
v1.5.1
- Fixed several issues that occurred after
InputManagerreset (usually after scene changes).
v1.5.0
- User bindings are now supported! See
PlayerActionSet,PlayerActionand the Bindings example. Note: while custom profiles will still work, they will be deprecated soon in lieu of usingPlayerActionSetto accomplish the same thing more elegantly.