void Update() { if (Input.GetKeyUp(KeyCode.Alpha1)) { EnsureExistsInDatabaseAndLoad(Mother.Create6x2()); } if (Input.GetKeyUp(KeyCode.Alpha2)) { EnsureExistsInDatabaseAndLoad(Mother.Create5x2()); } if (Input.GetKeyUp(KeyCode.Alpha3)) { EnsureExistsInDatabaseAndLoad(Mother.Create2x5Yx2()); } if (Input.GetKeyUp(KeyCode.Alpha4)) { EnsureExistsInDatabaseAndLoad(Mother.Create2x5x2y()); } if (Input.GetKeyUp(KeyCode.Alpha5)) { EnsureExistsInDatabaseAndLoad(Mother.Create4x5Yx2y()); } }