#character controller should trigger
1 messages · Page 1 of 1 (latest)
collision enter
The character controller does not interact with other colliders in the normal way.
does my charcontroller need a collider
I tried https://docs.unity3d.com/ScriptReference/CharacterController.OnControllerColliderHit.html before and it seemed to work.
See Unity's character controller starter assets for an example: https://assetstore.unity.com/packages/essentials/starter-assets-first-person-character-controller-196525
Right, but you know that Unity's character controller starter assets show that in use?
Let's back up a second: what are you expecting to happen?
Player walks up to the other object and...
ah i found the issue
radius wasn't big enough, but im still not sure why i need to make it super big
How big? And the character's or the other objects?
I'll upload a vid
i can't get close enough to the other object unless i increase the char control radius
idk if there's a raycast preventing the character from walking into other collider
but I guess I'll just make the collider super big
Are you trying to push the other object?
just trying to collide with it