// Use this for initialization void Awake() { InputBuffer = new InputBuffer(); ContiguousInput = new ContiguousInput(this.GetComponent <PlayerInput>()); }