yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.05k stars 217 forks source link

Fix input system dependences #78

Closed HyagoOliveira closed 1 year ago

HyagoOliveira commented 1 year ago

By adding a reference for Unity.InputSystem package, the plugin can be installed as a package.

What I changed:

yasirkula commented 1 year ago

Thank you for the PR! I don't want to add Input System as a referenced assembly at the moment because it will cause compiler errors on older Unity versions (optional assembly references weren't a thing on older Unity versions). People who'd like Input System support can add your branch instead of mine as a package.