I am planning to build mobile only game, so deciding do I need to setup in new Input system as old input system is pretty straight forward.
I am asking specifically for mobile games only.
Your valuable feedback is much appreciated
Thanks
I am planning to build mobile only game, so deciding do I need to setup in new Input system as old input system is pretty straight forward.
I am asking specifically for mobile games only.
Your valuable feedback is much appreciated
Thanks
Opinion:
If you have code working in the old system, go for it. If you are learning Unity programming from tutorials that use the old system for its inputs, just use the tutorial’s code.
If you are starting a new project from scratch, you should use the new system and specifically find tutorials and documentation that use the new system where necessary.
Thanks for your suggestion.