Skip to content

Commit c2f4dea

Browse files
authored
FIX: Address CI failure in Package validation tests (#1922)
1 parent 02ebaf5 commit c2f4dea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 Composite binding isn't triggered after ResetDevice() called during Action handler [ISXB-746](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-746)
13+
- Fixed resource designation for "d_InputControl" icon to address CI failure
1314

1415
## [1.8.2] - 2024-04-29
1516

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/Resources/InputActionsEditorStyles.uss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
.tree-view-item-icon{
9797
justify-content: center;
98-
background-image: url("/Packages/com.unity.inputsystem/InputSystem/Editor/Icons/d_InputControl.png");
98+
background-image: resource('Packages/com.unity.inputsystem/InputSystem/Editor/Icons/d_InputControl.png');
9999
width: 16px;
100100
height: 16px;
101101
}

0 commit comments

Comments
 (0)