// Use this for initialization void Start() { currentTilemap = this.GetComponent <Tilemap>(); cameraHeight = Constants.camera_z; GenerateBeans(); }