I’m currently using a modified dll that let’s me specify UI navigation to separate player ID’s. This functionality is important for a split screen game that allows multiple gamepads to operate their own menu selections. It’s really easy. Just input a number into each UI element and it just works.
Multiple Concurrent Event Systems https://bitbucket.org/TobiasPott/unity-ui/src/2017.3/
But, unfortunately, when I upgraded to Unity 2019.3.0f1, I can no longer find the “UnityGUISystem” folder. I think maybe this no longer works? It should have been in:
C:\Program Files\Unity Hub\2019.3.0f1\Editor\Data\UnityExtensions
I replace all the DLL’s and the “Event System Group” component is not showing up like it normally should.
It’s been a few years… I would think by now, there must be other solutions available to accomplish the same thing?