void Start () { } // Update is called once per frame void Update () { print ("update"); } void OnGUI() { print ("OnGUI"); }