I want a rig to play an animation, which involves holding a weapon. I made the animation in Moon Animator 2 and used the built in Easy Weld to weld the tool to the rig I animated on. The tool itself was “cleaned”, so it’s technically just a model.
I need the animation to play on a rig different to the one I made the animation on, which means the tool is not welded beforehand
The animation can play just fine, but the rig is not holding the tool. I need to somehow weld the tool to the rigs hand at runtime, and I don’t really know how.
Looking at the motor6d of the rig I made the animation on, it has some pretty specific properties. I could definitely store these somewhere and when the weld is being created just copy those values, but I’d possibly have to manually store motor6d properties for every weapon in the game which I do not want to do.
There’s tutorials out there on how to animate with tools/props, but the ones that end up actually playing the animation through code always just play it on the rig already welded with the tool.
Any help is appreciated