File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Packages/com.unity.inputsystem/Editor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1524,7 +1524,7 @@ private GUIContent plusIcon
1524
1524
private static readonly GUIContent s_ExpandAllLabel = EditorGUIUtility . TrTextContent ( "Expand All" ) ;
1525
1525
private static readonly GUIContent s_CollapseAllLabel = EditorGUIUtility . TrTextContent ( "Collapse All" ) ;
1526
1526
1527
- public static string SharedResourcesPath = "Packages/com.unity.inputsystem/InputSystem/ Editor/AssetEditor/PackageResources/" ;
1527
+ public static string SharedResourcesPath = "Packages/com.unity.inputsystem/Editor/AssetEditor/PackageResources/" ;
1528
1528
public static string ResourcesPath
1529
1529
{
1530
1530
get
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal static class InputActionsEditorConstants
6
6
{
7
7
// Paths
8
8
public const string PackagePath = "Packages/com.unity.inputsystem" ;
9
- public const string ResourcesPath = "/InputSystem/ Editor/UITKAssetEditor/PackageResources" ;
9
+ public const string ResourcesPath = "/Editor/UITKAssetEditor/PackageResources" ;
10
10
11
11
/// Template names
12
12
public const string ProjectSettingsUxml = "/InputActionsProjectSettings.uxml" ;
You can’t perform that action at this time.
0 commit comments