// Use this for initialization private void Start() { _fullCubeController.SetResources(this._fullCubeModel, this._fullCubeView, this._fullCubeSolver, this._cubeArrayTop, this._cubeArrayMiddleHorizontal, this._cubeArrayBottom, this._queueController, this._queueModel); _fullCubeController.InitializeRubiksCube(); _fullCubeController.InitializeCubeColors(); _fullCubeController.ShuffleCube(25); }