You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packages/com.unity.inputsystem/CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ however, it has to be formatted properly to pass verification tests.
10
10
11
11
## [Unreleased] - yyyy-mm-dd
12
12
13
+
14
+
15
+
## [1.17.0] - 2025-11-25
16
+
13
17
### Changed
14
18
- Project-Wide Input Actions support can no longer be compiled out (removed the `UNITY_INPUT_SYSTEM_PROJECT_WIDE_ACTIONS` define). (ISX-2397)
15
19
- Removed code that had to do with Unity versions older than Unity 2022.3 LTS. (ISX-2396)
@@ -19,7 +23,9 @@ however, it has to be formatted properly to pass verification tests.
19
23
### Fixed
20
24
- An issue where a UITK MouseEvent was triggered when changing from Scene View to Game View in the Editor has been fixed. [ISXB-1671](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1671)
21
25
- Fix documentation error in file AndroidGameController.cs mentioning a wrong controller. [DOCATT-9806]
22
-
26
+
- Deferred auto-registration of processors, interactions and composite binding types referenced by `InputActionAsset`
27
+
to only happen once when an unresolved type reference is found in an action definition. This avoids reflective
28
+
type loading from assemblies for all cases where the Input System is not extended. (ISXB-1766).
0 commit comments