Local Multiplayer with Input system package in 2D

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

Sorry but 2D and 3D are not separate things (there is no Unity 2D or Unity 3D). What you render has nothing to do with input or multiplayer so if you have issues or questions regarding input or multiplayer then please use the appropriate dedicated sub-forums for those things.