Example #1
0
    private void Start()
    {
        vM = FindObjectOfType <ValueManagement>();

        string[] values = vM.GetNames();
        first.text  = values[1];
        weekly.text = values[2];
        habit.text  = values[0];
    }