We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0179e commit 5e5f29bCopy full SHA for 5e5f29b
Packages/com.unity.inputsystem/InputSystem/Editor/AssetImporter/InputActionImporter.cs
@@ -315,7 +315,7 @@ internal static IEnumerable<InputActionReference> LoadInputActionReferencesFromA
315
[MenuItem("Assets/Create/Input Actions")]
316
public static void CreateInputAsset()
317
{
318
- ProjectWindowUtil.CreateAssetWithContent("New Controls." + InputActionAsset.Extension,
+ ProjectWindowUtil.CreateAssetWithContent("New Actions." + InputActionAsset.Extension,
319
InputActionAsset.kDefaultAssetLayoutJson, InputActionAssetIconLoader.LoadAssetIcon());
320
}
321
0 commit comments