예제 #1
0
    private void Update()
    {
        Text text = GetComponent <Text>();

        text.text = JsonController.GetValueText(actualTextKey);
    }