Search Unity

Unite Europe 2017 - Building an easy to use menu system

Discussion in 'Scripting' started by UnusAutomationSystems, Aug 1, 2019.

  1. UnusAutomationSystems

    UnusAutomationSystems

    Joined:
    Jul 15, 2019
    Posts:
    49


    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.
     
  2. Mauri

    Mauri

    Joined:
    Dec 9, 2010
    Posts:
    2,665
    With what have you trouble understanding?

    Saying "I don't understand it well" doesn't help us much :)
     
    UnusAutomationSystems likes this.
  3. UnusAutomationSystems

    UnusAutomationSystems

    Joined:
    Jul 15, 2019
    Posts:
    49
    They used
    * Singleton pattern (almost every class is singleton)
    * Generic Class

    May I ask you question from script if you can open the project?
     
    Last edited: Aug 1, 2019
  4. EdGunther

    EdGunther

    Joined:
    Jun 25, 2018
    Posts:
    183
    There are great tutorials on YouTube about Singleton patterns and Class Inheritance
     
    UnusAutomationSystems likes this.
  5. UnusAutomationSystems

    UnusAutomationSystems

    Joined:
    Jul 15, 2019
    Posts:
    49
    I know all of them, but there are so many scripts are interconnected. I cannot understand relations between scripts.