Unity’s New Input System Setup
Hello all!
Today, I started learning about Unity’s new input system! So, let’s get it setup and ready to use!
Installing the Package
First, we need to head to the Package Manager and install the “Input System” package.
When it’s finished installing, Unity will ask you to switch to the New Input System.
If you hit yes, Unity will restart, so make sure to save your work!
Changing Which Input System to Use
Say if you wanted to add the new input system to a project using the old version, you can use both input systems for testing purposes!
Go to the Project Settings>Player>Other Options>Then about halfway down, you’ll find “Active Input Handling”. Now, pick which one you need!
Now we have the new input system added to our project!
From what I have seen on this, it looks much easier to implement!
See you next time!