x


Can I put multiple animations on my character?

I want to have two animations going on one character at the same time. One making the torso rock back and force and a separate animation making the head spin. Is this possible?

more ▼

asked Aug 20 '12 at 02:18 AM

Doneyes gravatar image

Doneyes
54 5 17 35

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

yes, it can. When you add animation so it not play. If U want 2 animation play at same time you can call them.

ex : you add 2 animation run.anim and fly.anim

animation.play("run");
animation.play("fly");

 So them can play at same time. You can control them.
more ▼

answered Aug 20 '12 at 05:35 AM

AlexHoang gravatar image

AlexHoang
0 2 2

Mmm, well...not quite sure about that one. First play() does not exist, Play() does. Function always starts with Cap letter in Unity (and most programming conventions). Also, if you do this in the same frame, you will never see the run animation since it is right away replaced. I don't minus answers but you would deserve it here...but I won't.

Aug 20 '12 at 05:53 AM fafase

So how should I go about doing it exactly?

Aug 20 '12 at 11:31 AM Doneyes

what about looking at the other answer.

Aug 20 '12 at 12:39 PM fafase
(comments are locked)
10|3000 characters needed characters left
more ▼

answered Aug 20 '12 at 05:47 AM

fafase gravatar image

fafase
11.1k 11 15 45

Can i get your email so we can talk back and forth on this?

Aug 20 '12 at 03:06 PM Doneyes
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3935
x1081

asked: Aug 20 '12 at 02:18 AM

Seen: 458 times

Last Updated: Aug 20 '12 at 03:06 PM