Search Unity

Child apply root motion affect by Parent apply root motion?

Discussion in 'Animation' started by Xhitman, Jan 24, 2020.

  1. Xhitman

    Xhitman

    Joined:
    Oct 30, 2015
    Posts:
    452
    What I find in version 2019,

    Parent apply root motion = true
    Child apply root motion = true
    Result: child local position and rotation change in parent animation

    Parent apply root motion = false
    Child apply root motion = true
    Result: child local position and rotation Do Not change in parent animation

    What I want is:
    Parent apply root motion = true
    Child apply root motion = true
    Result: child local position and rotation Do Not change in parent animation