playMaker

Author Topic: issue with rotating/moving platforms  (Read 1448 times)

cel

  • Full Member
  • ***
  • Posts: 132
issue with rotating/moving platforms
« 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?

ch1ky3n

  • Full Member
  • ***
  • Posts: 208
Re: issue with rotating/moving platforms
« Reply #1 on: February 27, 2018, 12:50:25 PM »
Is it on 2d ?
if so, Have you freeze the Z ?
« Last Edit: February 27, 2018, 12:52:40 PM by ch1ky3n »

cel

  • Full Member
  • ***
  • Posts: 132
Re: issue with rotating/moving platforms
« Reply #2 on: February 27, 2018, 01:21:59 PM »
No, 3d

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: issue with rotating/moving platforms
« Reply #3 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