- Home /
Question by
benblo · Feb 05, 2015 at 03:57 PM ·
animationanimationclipanimationcurveanimationevent
AnimationCurve for ScriptableObject
I want to animate the reference to a custom object in an AnimationClip. The object is persistent in the AssetDatabase. Right now it seems I can't even create a curve for this field. I can have curves for Sprite fields, even AnimationClip, and I'm guessing any builtin type, but not for custom types it seems. Am I understanding this right? is it a known limitation? anyone knows of a workaround?
Comment