Quick Note on Rapid Prototyping

Thomas Mauro
2 min readNov 3, 2022

--

Continuing on with the New Unity Input System there were interesting findings within the documentation related to rapid prototyping.

This will be a very quick overview so let's give this a test. I made a script and called it Player1 because I already have one called Player. You will know that from my previous article/s.

This is how it works. You can see it showing up in the console.

Let's set this up to be able to use the mouse as well why not. After this, it will show the Left Clicked and the Jump when those keys are pressed.

Seems to work as it should with no issues at all during testing. My next venture into the depths of the unity Input System will be Creating A Progress Bar. Thank you and have a good day.

--

--