Skip to content

Commit a555b29

Browse files
authored
FIX: Mark InputSystemForUI.Editor assembly as Editor-only to fix Assembly Definition Validation failure (#2454)
1 parent 412b6d0 commit a555b29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Editor/Plugins/InputForUI/InputSystemForUI.Editor.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"Unity.InputSystem",
66
"Unity.InputSystem.ForUI"
77
],
8-
"includePlatforms": [],
8+
"includePlatforms": [
9+
"Editor"
10+
],
911
"excludePlatforms": [],
1012
"allowUnsafeCode": false,
1113
"overrideReferences": false,

0 commit comments

Comments
 (0)