- Home /
RIGIDBODY HOW MAKE IT STOP BOUNCING HELP!
my character is a rigidbody and it never stop bouncing when it land on a object...i just want to set off the boucing sh!t.... can you help me!!
i just want to set off the boucing sh!t
First of all, despite using exclamation-points to "censor" your cursing, you need to watch the language.
Secondly, someone co$$anonymous$$g in here would have no idea what you could've done wrong to cause this. We need more specifics. How is your scene constructed? What are the public variables set to for the character controller? Is your game 2D or 3D? This question is ridiculously vague.
Like, I see you're using a rigidbody for the character, in s$$anonymous$$d of a character controller, but what are the settings, and what are the settings on the materials it's bouncing off of?
Answer by Mander · Aug 01, 2012 at 09:05 PM
i did the same as u. i made my char move witih a rigidbody and it did the same.
what i did to fix this was to erase the rigid body and use character controller now everything is great
Answer by fjodorbelet · Dec 18, 2012 at 09:32 PM
I got a first person controller and I removed the camera out of it . so I get a kind of third person view , but when I jump , my character bounces a little bit
how can I stop it ??
Answer by BLOODLORD · Jun 05, 2013 at 06:46 AM
This might be caused by the character controller colliding with the rigidbody. you dont really need to rmove the rigidbody... instead, add diffenent tags or layers to your gameobject and change the physics settings to make the character controller to not collide with the rigidbody(use custom layers to do this).
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Unity3D Pressure Plate request. 3 Answers
My script doesn work Trigger Problem!! HELP!! 3 Answers
Making Pong 1 Answer
Physics simulation problem 0 Answers