Skip to content

Commit f611a2d

Browse files
committed
Updated CHANGELOG.md
1 parent 5f2fe5c commit f611a2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ however, it has to be formatted properly to pass verification tests.
1818
### Fixed
1919
- 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)
2020
- Fix documentation error in file AndroidGameController.cs mentioning a wrong controller. [DOCATT-9806]
21-
21+
- Deferred auto-registration of processors, interactions and composite binding types referenced by `InputActionAsset`
22+
to only happen once when an unresolved type reference is found in an action definition. This avoids reflective
23+
type loading from assemblies for all cases where the Input System is not extended. (ISXB-1766).
2224

2325
## [1.16.0] - 2025-11-10
2426

0 commit comments

Comments
 (0)