Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set hd and hdrp-blank templates to use Input System exclusively in 6000.1 [ISX-2217] #8118

Closed
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Upgrade input system version to 1.11.2
- Upgrade input system version to 1.12.0
Pauliusd01 marked this conversation as resolved.
Show resolved Hide resolved
- Set InputHandler to input system exclusive

## [16.0.10] - 2024-07-03
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"com.unity.collab-proxy": "2.0.5",
"com.unity.feature.development": "1.0.2",
"com.unity.cinemachine": "2.9.5",
"com.unity.inputsystem": "1.11.2",
"com.unity.inputsystem": "1.12.0",
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.render-pipelines.high-definition": "16.0.2",
"com.unity.timeline": "1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"com.unity.cinemachine": "2.9.5",
"com.unity.collab-proxy": "2.0.5",
"com.unity.feature.development": "1.0.2",
"com.unity.inputsystem": "1.11.2",
"com.unity.inputsystem": "1.12.0",
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.learn.iet-framework.authoring": "1.2.2",
"com.unity.render-pipelines.high-definition": "16.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Upgrade input system version to 1.11.2
- Upgrade input system version to 1.12.0
- Set InputHandler to input system exclusive

## [17.0.5] - 2024-09-22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"com.unity.timeline": "1.8.6",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.9.1"
"com.unity.inputsystem": "1.11.2"
"com.unity.inputsystem": "1.12.0"
}
}
2 changes: 1 addition & 1 deletion com.unity.template.hdrp-blank/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"com.unity.collab-proxy": "2.2.0",
"com.unity.feature.development": "1.0.2",
"com.unity.inputsystem": "1.11.2",
"com.unity.inputsystem": "1.12.0",
"com.unity.render-pipelines.high-definition": "17.0.1",
"com.unity.timeline": "1.8.6",
"com.unity.ugui": "2.0.0",
Expand Down