- Home /
Adding a permament AnimationClip
I made an custom inspector gui to help me with my animations but when i add an animationClip to an object in edit mode it only stays in edit mode so if i hit play animation is deleted instantly .Is there a way to add an permament animation clip to objects prefab? Im using gui so it is not realtime.
I try to add my animations like below
AnimationState clip;
clip = animation[aniname];
animation.AddClip(clip.clip,NewName);
clip = animation[NewName];
Comment
Your answer
Follow this Question
Related Questions
Unity Terrain button wont show up. 1 Answer
Unity Editor Inspector creating gameObjects in world 2 Answers
A node in a childnode? 1 Answer
On Editor GUI, How can I draw a 9 sliced image 1 Answer
UnityEditor.AnimatedValues? 0 Answers