- Home /
Question by
Juice-Tin · Nov 02, 2021 at 01:05 AM ·
rigidbodyrigidbody2dplatform
Rigidbody stops working when parented to a moving object
Very simple problem, I have a rigidbody (kinemetic) character that moves through code .
When he jumps on a moving platform, I attach him to the platform so he moves with it. BUT then he's no longer to move around on the platform, he's just frozen stuck to it.
I was told it's because Rigidbody uses world position and the platform transform overrides it.
It seems like such a simple problem but I can't find a solution to it
Comment
Your answer
Follow this Question
Related Questions
Player rigidbody slides off moving platform -1 Answers
Rigidbody2D adding force vs modifying velocity for character jump 1 Answer
Rigidbody on a platform 2 Answers
Player parent to platform problem 0 Answers