x


physically realistic animated character movement

hi

here comes a unitynewbie's q

i'm trying to make my characters move in physically realistic way...how? i have their super realistic animations set up...just how to move them realistically? charactercontroller? - how to do jumping? when i started writing it with "forces" i realized im using physics so the physics engine should be better for this...tried going with a charactercontroller+rigidbody combo...the character isn't affected by gravity...

so..isntead of further boring you...i ask..how to do this?

im totally confused so id greatly appreciate any kind of help:)

ty all in advance:D

more ▼

asked Jan 24 '10 at 07:52 PM

matyicsapo gravatar image

matyicsapo
659 12 15 27

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

3 answers: sort voted first

Bear in mind that realistic looking games usually do not use physics based movements, but some kinematic approach (so the character still has colliders that can touch stuff, e.g. bend grass, push a table, etc.). Best example: soccer games do not use a physically correct ball (it'd neither be fun nor look realistic).

more ▼

answered Apr 07 '10 at 10:36 AM

Orion 1 gravatar image

Orion 1
407 8 10 20

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

Although not directly what you're looking for but if you're going for realism worth to have a look at Locomotion System. If you're trying to really model your character physics you could have a script analyze the movements of the limbs and define a power derived from the movement speed in animation and a muscle strength parameter to determine the power transfer when the limb makes contact. The Locomotion System code can be used as an example how to analyse all animations to extract motion data from it.

more ▼

answered Jan 25 '10 at 12:18 AM

Jaap Kreijkamp gravatar image

Jaap Kreijkamp
6.4k 20 26 70

Which is just what I'm doing for my game! Yay :)

Feb 02 '10 at 06:03 PM Micha Lewtak 2
(comments are locked)
10|3000 characters needed characters left
more ▼

answered Jan 24 at 03:15 PM

mocaponeuk gravatar image

mocaponeuk
-21 1 3

(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:

x3807
x1880
x1372
x1047

asked: Jan 24 '10 at 07:52 PM

Seen: 3719 times

Last Updated: Jan 24 at 03:15 PM