Unite Europe 2017 - Building an easy to use menu system

Hi Dears

The topic is “Building an easy to use menu system” in the Unite Europe 2017.
I watched this lecture in YouTube (for the link see above please) but I cannot understand it well.
The project in GitHub (see the link see below please). Even I see the project, it is difficult to understand it.

https://github.com/YousicianGit/UnityMenuSystem

Can anybody help me to figure out the project.

With what have you trouble understanding?

Saying “I don’t understand it well” doesn’t help us much :slight_smile:

1 Like

They used

  • Singleton pattern (almost every class is singleton)
  • Generic Class

May I ask you question from script if you can open the project?

There are great tutorials on YouTube about Singleton patterns and Class Inheritance

1 Like

I know all of them, but there are so many scripts are interconnected. I cannot understand relations between scripts.