UI Adding Animation as children to AnimatorController

When you generate an animator from ui buttons, the animations of this animator are children of it.
How can I add my own animations as children to the animator

hi, you can do this with code by using the AssetDatabase.
AssetDatabase.AddObjectToAsset ();

2 Likes

Ok many thx