- Home /
Player still Bouncing on moving down object while gravity and bounce are set properly??
I have a character standing on a moving platform but when the platform moves down my player is starting to bounce as if the gravity was set low. I checked the gravity, it was -40 and when setting it to -100 or more It still bounced a bit and when jumping off I could clearly see that the gravity was way to high. Then I set the bounce to minimum and created a physical material with 0 bounce. It still wouldn't go away. Any ideas?
I use physics and Rigidbody. I can make a vid if u want me to.
does the character become a child of the platform when the character lands on the platform. If not, you could try that
Answer by kvicksilv3r · Mar 20, 2019 at 10:01 PM
Try parenting the player to the moving object when landing on it. Then unparent when leaving it. Its a stupid solution that can work :p
Your answer
Follow this Question
Related Questions
Bouncy Ball Game 1 Answer
Making Pong 1 Answer
Bouncing Ball Game 3 Answers
False collision at the edge of hole when using high gravity value 1 Answer
Flat 2D bounce against gravity? 2 Answers