I tried to make a local multiplayer platformer in which you control the characters with the arrow keys and the WASD keys but it only worked with the WASD and these keys moved both characters at the same time, so i made an input manager with their respective input actions and again it didn’t work.
I’ve seen this issue with unity 3D and tried to do the same that people answered in the forum for that issue but for 2D and it didn’t work
If someone knows how to make two individual players using the same keyboard in 2D I would appreciate some help