Unity 5 - Animation Asset API

preview_player
Показать описание
Watch this tutorial in context on the official Learn site -

Help us caption & translate this video!

Рекомендации по теме
Комментарии
Автор

I don't see how a beginner is meant to learn from these tutorials. For a start, they're showing us how to make an editor extension before showing us the standard way of doing it. Does Unity provide beginner animation tutorials?

myAutoGen
Автор

is there anywhere i can look up about turn based, action combat, etc. mostly interested in the action combat.

ArmisHart
Автор

Wrote the script nothing shows up in the window when I open it, checked it like 600 times

DakotaCarter
Автор

Is there finally a way to change the speed of a state during runtime? 

TheRandomTH
Автор

Error in script under: Line 26
runAnim = EditorGUILayout.ObjectField("Run",  idleAnim,  typeof(AnimationClip),  false) as AnimationClip;

Should be:
runAnim = EditorGUILayout.ObjectField("Run", runAnim,  typeof(AnimationClip),  false) as AnimationClip;

dutti
Автор

Why is my idle and run the same? If I change idle, run also automaticly changes to that and Im not able to change the run animation.

OddBranch
Автор

Amigo Como eu chamo uma animação com Javascript no Unity 5

ericbruno
Автор

Where do i find these assets (or a good alternative)? Noob here.

eikiemils
Автор

i didnt like how the newest update changed a lot of the codes

RetroEcoChicken
Автор

guys pls someone help me i dont have animator helper

watchourvlog
Автор

why would they have us create this script? If it's such a useful script they should just include it in unity...

lavaheart
Автор

I don't understand, in Unity 4 it was straightforward and we barely had to use any code. we just changed a variable, like speed, which would determine which animation to play. Why are you guys making it more difficult in Unity 5? I don't want to type all that code, I should be able to do things visually. This has become more difficult than unreal, wow.

shingAMarie
Автор

Downloaded Unity 5 personal, but here is not animation helper.

ereminad