↧
Answer by tertle
First big issue is...GetComponent(CharacterController);transform.localScale.y = 0.2; why is there a ; in the middle of it effectively your code readsGetComponent(CharacterController);...
View ArticleAnswer by cmonroy
Simple: move the character controller a few centimeters up to the middle of your character. That fixed the problem for me.
View Article