// Use this for initialization void Start() { DiamondSquare c = GetComponent <DiamondSquare>(); c.Reset(); c.ExecuteDiamondSquare(); }