Hi there, I have a model with basic animations like
- Run
- Jump
- Fall
and so on, but I want to add some extra animations to the same object within unity3d. The problem is that the add curves is grayed out because it is read only.

Hi there, I have a model with basic animations like
and so on, but I want to add some extra animations to the same object within unity3d. The problem is that the add curves is grayed out because it is read only.

I believe you have to duplicate the model to make it non read-only. Then you should be able to add / edit animation curves.
I added/updated a segment on the live training session that covers one solution to this.
If you add your model directly into the scene and then duplicate the animations that were imported with the model (and presumably move them into their own folder, like an “animation” folder), you can add these animation back onto the model in the Animator window. They will now no longer be “read only” and you will be able to add more animations to the Animator window.