Hi @jlampel, I have an object in Blender that has a "Copy Rotation" constraint with the target set to a Bone such that when I rotate the Bone (in its Object Mode but not the Pose Mode), the Object rotates simultaneously. When I animate the object in Blender using the Bone (in its Object Mode but not the Pose Mode), it works well, but when I export the animation to Unity, it does not work. I think it is because the constraint is understood only to Blender but not to Unity. Is there anyway that this constraints could be "baked in" such that it can work in Unity as well?
I was trying to use a "Control" bone to animate an Eyeball Mesh by setting a Copy Rotation constraint on the Eyeball and assigning the Target to be the Control bone (shown below). In the first attempt I did not assign the Bone of the Target Armature, but when I did later, I was able to animate the Eyeball mesh using the control bone and export the animation to Unity. However, the same setup when exported to GLTF2 did not work and I am guessing that I need to use a deformation bone for the eye for it to work in the GLTF2 format. Do you know any good resources/tutorials on the Blender-GLTF2 export/workflow?