Skip to content

Commit fabe22a

Browse files
authored
DOCS: Using Processors page was missing a code block ending (#2232)
1 parent 41146c4 commit fabe22a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ however, it has to be formatted properly to pass verification tests.
1010

1111
## [Unreleased] - yyyy-mm-dd
1212
- Fixed InputControl picker not updating correctly when the Input Actions Window was dirty. [ISXB-1221](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1221)
13+
- Fixed formatting issues on processor documentation page
1314

1415
### Changed
1516
- Expanded `RebindingUISample` to include a "game mode" state and a "menu state" to be more similar to a real game. Also added action-performed indicators (`InputActionIndicator`) illustrating when actions get triggered.

Packages/com.unity.inputsystem/Documentation~/UsingProcessors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Processors can have parameters which can be booleans, integers, or floating-poin
2525
// from left to right.
2626
// Example: First invert the value, then normalize [0..10] values to [0..1].
2727
"invert,normalize(min=0,max=10)"
28+
```
2829

2930
## Choose the right Processor
3031

0 commit comments

Comments
 (0)