Multiplayer-FPS
Multiplayer-FPS copied to clipboard
Using The new Input system
So I was just looking at the code base and saw that you are using a class called CrossPlatformInputManager to handle input which is provided by Unity Standard Assets. I was wondering is there a reason why you are not using the new input system?
Switching to the new input system helps you achieve cross platform input much easier and simpler.
So if there is a downside to it please tell me
Because back to the time I wrote this game, we don't have a new input system, it was about 6-7 years ago.
I would do it if you think it would be beneficial
You are welcome to do so, as long as it works :)