I want to have an input system that dynamically assigns controls to each player (Similar feature in Super Smash Bros.). I think changing all inputs to any device and then making a dictionary storing each input device's id to track what each player is controlling could work, but I am not sure if this is the best way. If you have any more questions, let me know.