Multiple Even Systems

I’m making a project about a fighting game and i’m having a problem.
In the “champion select” scene, i want to have two canvas (one for each player), and i want to move inside with two different xbox controller.
I have one canvas that works fine, but i can’t make the second one works. I don’t know how to “navigate” in the second canvas if the second “Event System” that i’ve created isn’t working.
If someone knows how to make this possible, i’ll be really happy.

If this isn’t possible, how could i do one canvas similar to “tekken 7”'s champion select? something like this http://www.laps4.com/juegos/imagen-de-Tekken-7-42109.jpg with two players moving on the same canvas.

Thanks :slight_smile:

That I know, there are only 2 ways to do this.
This (http://blog.pastelstudios.com/2015/09/07/unity-tips-tricks-multiple-event-systems-single-scene-unity-5-1/) is the one I’m experimenting with, partially because I don’t like changing unity’s dll (https://bitbucket.org/TobiasPott/ui-5.x).

I hope either one suits your needs, or that someone else comes with an answer that benefits us both.