I’m talking about the window where you create the various input configurations, keyboard, axis, mouse, gamepad.
I can’t seem to find a unity menu that opens that thing.
I’ve usually open it by clicking on that asset you create in the project panel but I’ve moved the asset to be organized in some other folder and I’ve forgot where it is.
It is also very idiotic to open that window like that, maybe I’ve missed a menu option somewhere.
This window show the content of the clicked input asset. Why do you want to open it without an asset? It will display nothing.
What you need is an index of all input actions assets in your project, to click on one of them and open this window.
To find your moved asset, you can open the “Search” window (use Window->Search->New Window or Ctrl+K) and then search for .inputactions. It doesn’t work if you search in the “Project” windows.
sorry, but you are thinking backwards and by this justify the idiocy of this system. I can’t every time try to find where do I put that file in the project, what if I have more files?
we should have a menu to open that window and then select the various files configurations or create new files or whatever.
I don’t have that window there, how you got that there?
i don’t have this project wide actions option to select, I also don’t have the settings thing as in your screenshot. what is that is a unity 6 thing? I see you have unity 2022. I have the same thing
Behind the scenes, this is implemented with a hard-coded list in each Editor release with all packages offered by Unity and the version that is pinned for that Editor.