예제 #1
0
    //	managerscript script;

    void Start()
    {
        fix = obj.GetComponent <insertinscript> ();
        //script = temp.GetComponent<managerscript> ();

        /*first = GetComponent<Text> ();
         * fourth = GetComponent<Text> ();
         * fifth = GetComponent<Text> ();
         * second = GetComponent<Button> ();
         * third = GetComponent<InputField> ();
         * sixth = GetComponent<InputField> ();*/
    }
예제 #2
0
    //int count=0;

    //public GameObject BOXES;
    //managerscript MGS;

    void Start()
    {
        index = obj.GetComponent <managerIS> ();
        fix   = temp.GetComponent <insertinscript> ();
        //	MGS = BOXES.GetComponent<managerscript> ();
    }