예제 #1
0
    void Start()
    {
        if (instance == null)
        {
            instance = this;
        }
        if (instance != this)
        {
            Destroy(gameObject);
        }

        SortGlossaryItemList(glossaryList);
        UpdateGlossaryWindow(glossaryList.glossary);
    }
예제 #2
0
    void Start()
    {
        if (instance == null)
        {
            instance = this;
        }
        if (instance != this)
        {
            Destroy(gameObject);
        }

        SortGlossaryItemList(glossaryList[index]);
        //UpdateGlossaryWindow(glossaryList[index].glossary);
        ChangeFolder();
    }