Alriightyman / Megaman

Originally based off of ellioman's Megaman, this project is aiming to be more of a Megaman Clone Engine
0 stars 1 forks source link

Convert Input to Unity's new Input system #27

Open Alriightyman opened 4 years ago

Alriightyman commented 4 years ago

Install and convert the current input to use the new Unity Input system (currently in preview). Information: https://docs.unity3d.com/Packages/com.unity.inputsystem@1.0/manual/Installation.html Documentation: https://docs.unity3d.com/Packages/com.unity.inputsystem@1.0/api/UnityEngine.InputSystem.html

Alriightyman commented 3 years ago

This will be easier to accomplish if I abstract out the current input system: #34 Create Input System