How do I use the same Global UI in 2 different projects?
I have created 2 games, in 2 different projects. Now, I've added a Global UI to the first project, using the tutorial "Building a global user interface (UI)" by GeometriX: (you can search for this tutorial - I am not allowed to add the link to it here)
But now, I want the 2nd game to use the same Global UI.
Is there a good way to do this? Is there a better way, if I had 3, 4, 5 or more different projects?
My goal is the make changes in only one Global UI, in a way that will affect all others, with a little effort possible.