Search Unity

How can i transfer my player with timeline object?

Discussion in 'Timeline' started by whitrise, Jul 5, 2018.

  1. whitrise

    whitrise

    Joined:
    Dec 18, 2016
    Posts:
    6
    I created basic platform and animated with timeline. But i'm jumping this platform's top with my player, platform just move self. I tried both the Animator, the Playable Director, and the RigidBody settings, but I did not get a different result.
     
  2. julienb

    julienb

    Unity Technologies

    Joined:
    Sep 9, 2016
    Posts:
    177
    Could you provide more details? What exactly happens to the platform? Can you provide pictures of you setup?
     
  3. whitrise

    whitrise

    Joined:
    Dec 18, 2016
    Posts:
    6
    I was able to explain this in the most appropriate way.

    Ekran Alıntısı.JPG
     
  4. sebastienlh

    sebastienlh

    Unity Technologies

    Joined:
    Sep 22, 2017
    Posts:
    40
    Just a quick thought: is the rigid body for your platform set to be kinematic? A non kinematic rigid body can only be moved by physics if you want it to behave properly; if you want to move it through other means (Timeline / Animation / Code), it has to be kinematic.
     
    thierry_unity likes this.