Hey:
I need create generic AnimationClip in runtime according to user’s custom data. I uesed AnimationClip.SetCurve to achive it. It works in editor. But According to ducument:
So, it means i can’t do it in Building versions like Andriod or ios ? I can’t use legacy animation clip because Animator doesn’t support it.
Appreciate it.