New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

io.extendreality.tilia.input.unityinputmanager

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.extendreality.tilia.input.unityinputmanager - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

9

CHANGELOG.md
# Changelog
### [2.1.2](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v2.1.1...v2.1.2) (2023-03-14)
#### Bug Fixes
* **state:** only apply ifdef on Unity 2019.2 or newer ([198dd16](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/198dd16c5a3b95ad955d615c183768890d99a780))
> The ENABLE_LEGACY_INPUT_MANAGER was only added in Unity 2019.2 so any version before that won't understand the ifdef and therefore just output the debug warning.
>
> This fix wraps that whole block in a check to see if Unity 2019.2 or newer is being used, if its not then it just does the default process and if the user is using the new Input System but has this package installed then they won't get any debug warnings, but as this is based on such an old version of unity then this is acceptable.
### [2.1.1](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v2.1.0...v2.1.1) (2023-03-13)

@@ -4,0 +13,0 @@

2

package.json

@@ -8,3 +8,3 @@ {

"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/blob/master/LICENSE.md",
"version": "2.1.1",
"version": "2.1.2",
"unity": "2018.3",

@@ -11,0 +11,0 @@ "unityRelease": "10f1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc