How do I use the capsule Collider?
I'm trying to figure out how to detect collisions with a capsule collider through my own code, not through the unity character controller. However, I'm not sure on how to do this, or where I can look for examples when creating the code for detecting collisions. I've already made my own code to move the game object only in the x and y axis like I want, I just need to properly make a capsule collider now! If someone could just post me an example, or a video of how to use the capsule collider to detect collisions that'd be great. Be gentle with me please, I'm kind of new to using capsule colliders in unity! :) (I'm using C#.) Thanks!
Answer by TheRobWatling · Oct 27, 2015 at 11:40 AM
The following link should give you the information you require. Capsule collision will work using this method as Box, Sphere, Capsule can all use the same collision detection.
https://unity3d.com/learn/tutorials/modules/beginner/physics/on-collision-enter
I'll have to thank you, that video also had a couple other ones I could potentially use in the future to the side of it prior in the series. It introduced quite a bit to me.
Glad to hear it helped, there are lots of video tutorials on the unity3d website but there are also fantastic tutorials on youtube too, for some advanced step by step tutorials you can see - Sebastian Lague - https://www.youtube.com/user/Cercopithecan on youtube.
Your answer
Follow this Question
Related Questions
How to deadtivate a gameobjects from the scene, if player has a character controller 0 Answers
How to manage healthbar with collision?,How to manage health with collision 0 Answers
Toggle collider with key 0 Answers
How in move make Y=1 everytime ? 1 Answer
Need help with making a burger mechanic. 0 Answers