outfrost / deckswipe

Single player card game skeleton based on Reigns and Lapse
MIT License
75 stars 29 forks source link

Switch to Unity's new Input System #39

Open outfrost opened 4 years ago

outfrost commented 4 years ago

Right now input is handled through my own InputDispatcher + UnityEngine.Input, as well as MonoBehaviour.BeginDrag() et al. I think it would be a good idea to switch to the new InputSystem, as it's easier to configure, and provides a callback mechanism out of the box (though not entirely clear to me yet).

BelchingJalapeno commented 3 years ago

I'd like to work on this if it's not currently being worked on.

outfrost commented 3 years ago

Awesome, have at it! I'll assign you and move this to In Progress.