Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: sefou on March 15, 2012, 03:58:44 AM

Title: Locomotion System
Post by: sefou on March 15, 2012, 03:58:44 AM
Hello all,

is there anybody use Locomotion System with Playmaker ?

http://unity3d.com/support/resources/unity-extensions/locomotion-ik

Thanks for some advices concerning it.

Title: Re: Locomotion System
Post by: jeanfabre on March 15, 2012, 08:57:12 AM
Hi,

 How would you like to control the locomotion system within playmaker?

 Bye,

 Jean
Title: Re: Locomotion System
Post by: sefou on March 15, 2012, 09:36:54 AM
By adding multiple scripts of Locomotion System to my character. I begin trying....
Title: Re: Locomotion System
Post by: jeanfabre on March 16, 2012, 01:48:06 AM
Hi,

 adding a script can be done with the AddComponent action. I think this is what you need if you simply want to attached scripts to a gameObject ( it doesn't matter much what they are I think).

 Bye,

 Jean
Title: Re: Locomotion System
Post by: sefou on March 16, 2012, 08:24:07 AM
Thanks.