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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ however, it has to be formatted properly to pass verification tests.
11
11
## [Unreleased] - yyyy-mm-dd
12
12
13
13
### Changed
14
-
- Project-Wide Input Actions support can no longer be compiled out (removed the UNITY_INPUT_SYSTEM_PROJECT_WIDE_ACTIONS define). (ISX-2397)
14
+
- Project-Wide Input Actions support can no longer be compiled out (removed the `UNITY_INPUT_SYSTEM_PROJECT_WIDE_ACTIONS` define). (ISX-2397)
15
15
- Removed code that had to do with Unity versions older than Unity 2022.3 LTS. (ISX-2396)
16
16
- Auto-save on focus lost can no longer be compiled out (ISX-2397)
17
-
- Deprecated the USE_IMGUI_EDITOR_FOR_ASSETS feature option (ISX-2397)
17
+
- Deprecated the `USE_IMGUI_EDITOR_FOR_ASSETS` feature option (ISX-2397)
18
18
19
19
### Fixed
20
20
- 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)
0 commit comments