• Unity
  • Bone Follower flipping issue

  • Düzenlendi
Related Discussions
...

Hi, so on my character I want to follow a bone I've placed on the little black spots on the front of her body, where the tag is.

HTTPS desteği olmadığı için görsel kaldırıldı. | Yine de Göster

But whenever I flip her it seems to be flipped weirdly, unless I ALSO flip the y axis.

Any idea . ^. ? I just updated the runtime, too.

edit: btw, it's the same when I use the flipskeleton values

I can't seem to replicate the problem.
Is there more to your setup?

Seems like my setup relied on not inheriting rotation. I'm animating her lower body at runtime to slither across surfaces whilst the top of the body can be animated. The top (the one with the black spots) was a child of the lower and such needed to not inherit rotation. But unity's transforms don't quite work that way.

Trying to fix model by adding a bone that is the parent of both body segments, I guess that would work. I need to fix her animations now cause I was relying on moving the first segment of the lower body to move her entire body.

Seems like it was my own doing :B Thank you for the response, made me think about her structure more; she's prolly the most complicated I've done so far. Sorry for the inconvenience . ^.

Edit: yup it works :B gotta be careful with not inheriting rotation/scale

HTTPS desteği olmadığı için görsel kaldırıldı. | Yine de Göster

Still a curious gotcha though.
I'll look into this further. Thanks for describing it clearly!