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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ however, it has to be formatted properly to pass verification tests.
18
18
### Fixed
19
19
- 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)
20
20
- 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).
0 commit comments