I'm new to Unity and gamedev in general, trying to make a dash but not sure what would be the ideal approach while using the new Input System.
Current Code doesn't look like much but there is 2 different "main" scripts, One that handles inputs and the actual player script. Should I use and Event() to start the dash or is there a better alternative?