Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: cel on February 27, 2018, 09:14:42 AM

Title: issue with rotating/moving platforms
Post by: cel on February 27, 2018, 09:14:42 AM
I have a rigidbody that goes trough a rotating platform on the y axis and I want the rigidbody to stay in the platform and follow the platform rotation... but it always slides down... I had a look at the samples from the ecosystem rigidbodyplatformmovemnt, but these seem not be working either. I'm using the latest Playmaker and unity 2017.3.0f3.
Does anyone know how to achieve this?
Title: Re: issue with rotating/moving platforms
Post by: ch1ky3n on February 27, 2018, 12:50:25 PM
Is it on 2d ?
if so, Have you freeze the Z ?
Title: Re: issue with rotating/moving platforms
Post by: cel on February 27, 2018, 01:21:59 PM
No, 3d
Title: Re: issue with rotating/moving platforms
Post by: jeanfabre on February 28, 2018, 02:11:14 AM
Hi,

 you have to check out on how developers do this:

https://answers.unity.com/questions/134403/rigidbody-on-a-moving-platform.html

 There is no simple solution for this, but the solution exposed above shoudl give you some results.

 Bye,

 Jean