Quantcast
Channel: Answers for "why does not my onControllerColliderHit() not get activated when i hit a collider"
Browsing all 6 articles
Browse latest View live

Answer by Mike 3

Make sure your function starts with a capital O (like every function in unity) : OnControllerColliderHitIf that's not it, edit the function itself into your question and I'll check it over

View Article



Answer by sovalopivia

Also, make sure you have an actual collider attached to the target.

View Article

Answer by KGB

In Order to be fired OnControllerColliderHit method, you have to move your CharacterControler using Move or SimpleMove Method, otherwise it will not be fired.

View Article

Answer by Mike 3

Make sure your function starts with a capital O (like every function in unity) : OnControllerColliderHitIf that's not it, edit the function itself into your question and I'll check it over

View Article

Answer by sovalopivia

Also, make sure you have an actual collider attached to the target.

View Article


Answer by KGB

In Order to be fired OnControllerColliderHit method, you have to move your CharacterControler using Move or SimpleMove Method, otherwise it will not be fired.

View Article
Browsing all 6 articles
Browse latest View live




Latest Images