void Start()

in Assets/Scripts/GameHome.cs [15:20]


    void Start()
    {
        Debug.Log("Start Game Home");
        UpdateGameEvent();
        StartCoroutine(GetTexture());
    }