- Editado
Bone follower rotation issue
Hi, my model has a tail that does not inherit rotation to be able to slither across surfaces. It works well when she's facing to the right, but when I flip her around, the bone followers in her tail have an inversed rotation:
Image removed due to the lack of support for HTTPS. | Show Anyway
I've tried and Quaternion.Inverse() this part of SkeletonUtilityBone.cs and then the angle is as it's supposed to be; but when i rotate the parent object the rotation rotates inverse of that...
Image removed due to the lack of support for HTTPS. | Show Anyway
I'll probably be able to patch it up, just thought I'll let you know, since to fix this I have to edit the runtime I think..
Btw, my hierarchy is as follows, I don't use skeleton.flipX, but the Sprite gameobject is flipped Image removed due to the lack of support for HTTPS. | Show Anyway
The bone followers in question are the "bone5 (1)" bones
Edit:
Upon further testing, switching out skeletonFlipRotation with cachedTransform.lossyScale.x works.. Since I don't use skeleton.X. I didn't know it was mandatory for the utility bone to work correctly. ' ^'
Are you talking about BoneFollower or SkeletonUtilityBone?
BoneFollower follows world values.
SkeletonUtilityBone follows local values unless the bone has different inheritance settings.