Hi, I’m new to the Asset Processing Scripting, and I have completed the script that will copy clips from an FBX file, however, they don’t bring over the animation curves. I found the GetAllCurves function in the AnimationUtility, however, I don’t see how to set the curves back on one object from another. What do you suggest?
Use SetEditorCurve. This is used on a per-curve basis. Whereas GetAllCurves provides you with an array of all curves, you set them individually though a loop that you control. See the below reference. Hope that helps!