Error: Opsive.ThirdPersonController.RigidbodyCharacterController.AlwaysAim’ cannot be used in this context because it lacks the `get’ accessor
Not sure how to use the get accessor. weirdly enough can’t seem to google this question.
AlwaysAimSetting = GetComponent<RigidbodyCharacterController>().AlwaysAim;
Trying to do that so I can set it true or false later in the script with
AlwaysAimSetting = true;
Anyone know what I’m needing here thanks.
Cheers!