From what I have found the input actions is supposed to be under the terrain layer. Am I wrong? And where is it? New to unity so I’m confused why it isn’t there
You need to install the Input System Package.
Thank you
I’ve already installed it but I still can’t see it
i have the same issue
i have the same issue
Go to windows > package manager > switch packages to “Unity Registry” then look for input system.
I also have same issue
this is missing in 2021.3.26f, i am trying latesst one to see if it is fixed.
I have the same issue and I can’t Add Component (Player Input)
I had the problem of the input action not appearing. You need to press the play icon for it to refresh the input system package. This will then restart unity and enable the input system option from create
Enable the new input system from player settings (Edit > Project settings > Player)
Install the Input system package from the package manager
Restart Unity, and done!
Make sure that your code has no errors. If so, Unity will not process/add new packages till you fix the code.
If you are not sure - comment all your new code and go back to Unity reactor. Unity will ask you to switch to new Input System and reload the reactor after that you will find the InputSystem.
amazing ty
this one is correct