Exemplo n.º 1
0
    void InitFormScoreUpload()
    {
        GameObject WWWControllerGameObject = GameObject.FindGameObjectWithTag("WWWController");

        if (WWWControllerGameObject != null)
        {
            wwwFormScoreUpload = WWWControllerGameObject.GetComponent <WWWFormScoreUpload>();
        }
        else
        {
            Debug.Log("Error: WWWController no encontrado.");
        }
    }