C# cant find a unity auto generated class
问题 Okay so I'm learning to use the new InputActions and I've created a C# scripts using https://prnt.sc/oyaj5l And this is what I got: // GENERATED AUTOMATICALLY FROM 'Assets/PlayerControls.inputactions' using System.Collections; using System.Collections.Generic; using UnityEngine.InputSystem; using UnityEngine.InputSystem.Utilities; public class PlayerControls : IInputActionCollection { private InputActionAsset asset; public PlayerControls() { /// } } But when I try to create an PlayerControls