{ "name": "com.unity.inputsystem", "displayName": "Input System", "version": "1.11.1", "unity": "2019.4", "description": "A new input system which can be used as a more extensible and customizable alternative to Unity's classic input system in UnityEngine.Input.", "keywords": [ "input", "events", "keyboard", "mouse", "gamepad", "touch", "vr", "xr" ], "dependencies": { "com.unity.modules.uielements": "1.0.0" }, "_upm": { "changelog": "### Fixed\n- Fixed Multiple interactions could breaks on Composite Binding. [ISXB-619](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-619)\n- Fixed memory leak when the OnScreenStick component was destroyed [ISXB-1070](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1070). Contribution by [LukeUnityDev](https://github.com/LukeUnityDev).\n- Fixed Action Maps contextual menu in Action Editor UI that occasionally displays unrelated items.\n- Fixed \"MissingReferenceException\" errors when closing an in-game dropdown field [ISXB-1081](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1081).\n- Fixed potential crash on Mac when using stale references to deleted InputDevice objects [ISXB-606](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-606).\n- Fixed conditional compilation for non-editor analytics on platforms not enabling analytics.\n\n### Changed\n- Renamed editor Resources directories to PackageResources to fix package validation warnings.\n- Changed representation of GamepadButton enum values in Inspector to display aliased enum values as a single item to avoid confusion around selection and aliased value display when multiple enum items map to the same numerical value. [ISXB-543](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-543)\n- PlayerInput component now warns if the system cannot find matching control scheme, which can occur if all control schemes already paired (e.g. to other game objects with PlayerInput components) [ISXB-1020](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1020)" }, "upmCi": { "footprint": "b8107e023dea9872e8ebf8134e73e5e46845cd96" }, "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.11/manual/index.html", "repository": { "url": "https://github.com/Unity-Technologies/InputSystem.git", "type": "git", "revision": "684a2848f24f4d45ffdf14900025ae9bb98c7dd8" }, "samples": [ { "displayName": "Custom Binding Composite", "description": "Shows how to implement a custom composite binding.", "path": "Samples~/CustomComposite" }, { "displayName": "Custom Device", "description": "Shows how to implement a custom input device.", "path": "Samples~/CustomDevice" }, { "displayName": "Custom Device Usages", "description": "Shows how to tag devices with custom usage strings that can be used, for example, to distinguish multiple instances of the same type of device (e.g. 'Gamepad') based on how the device is used (e.g. 'Player1' vs 'Player2' or 'LeftHand' vs 'RightHand').", "path": "Samples~/CustomDeviceUsages" }, { "displayName": "Gamepad Mouse Cursor", "description": "An example that shows how to use the gamepad for driving a mouse cursor for use with UIs.", "path": "Samples~/GamepadMouseCursor" }, { "displayName": "In-Game Hints", "description": "Demonstrates how to create in-game hints in the UI which reflect current bindings and active control schemes.", "path": "Samples~/InGameHints" }, { "displayName": "InputDeviceTester", "description": "A scene containing UI to visualize the controls on various supported input devices.", "path": "Samples~/InputDeviceTester" }, { "displayName": "Input Recorder", "description": "Shows how to capture and replay input events. Also useful by itself to debug input event sequences.", "path": "Samples~/InputRecorder" }, { "displayName": "On-Screen Controls", "description": "Demonstrates a simple setup for an on-screen joystick.", "path": "Samples~/OnScreenControls" }, { "displayName": "Rebinding UI", "description": "An example UI component that demonstrates how to create UI for rebinding actions.", "path": "Samples~/RebindingUI" }, { "displayName": "Simple Demo", "description": "A walkthrough of a simple character controller that demonstrates several techniques for working with the input system. See the README.md file in the sample for details.", "path": "Samples~/SimpleDemo" }, { "displayName": "Simple Multiplayer", "description": "Demonstrates how to set up a simple local multiplayer scenario.", "path": "Samples~/SimpleMultiplayer" }, { "displayName": "Touch Samples", "description": "A series of sample scenes for using touch input with the Input System package. This sample is not actually part of the package, but needs to be downloaded.", "path": "Samples~/TouchSamples" }, { "displayName": "UI vs. Game Input", "description": "An example that shows how to deal with ambiguities that may arrise when overlaying interactive UI elements on top of a game scene.", "path": "Samples~/UIvsGameInput" }, { "displayName": "Unity Remote", "description": "An example with a simple scene for trying out the Unity Remote app.", "path": "Samples~/UnityRemote" }, { "displayName": "Visualizers", "description": "Several example visualizations of input controls/devices and input actions.", "path": "Samples~/Visualizers" } ], "_fingerprint": "f32e50d372b38a6a40f5382ad8ab0d11ac27b67d" }