コード例 #1
0
    //test function
    public void Update() //TODO: move UI
    {
        if (Input.GetMouseButtonUp(0))
        {
            spawnRecieverNum++;
            // Debug.Log("release");
            reciever.spawnNow = true;
            sender.CreateText("words");//test

            StartCoroutine("WaitSpawnTimes");
        }
    }