Example #1
0
    public void OnClickNext()
    {
        annotationSetupManager.SetNewTierConfig(newTiersConfig);

        // TODO: this showed be done by the EventSystem
        annotationSetupManager.TierSetupPanel.SetActive(false);
        annotationSetupManager.ActionSetupPanel.SetActive(true);
    }