Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: tongchimlang on January 30, 2015, 10:51:13 AM

Title: How to disable Rigidbody?
Post by: tongchimlang on January 30, 2015, 10:51:13 AM
Hello
How to disable Rigidbody?
Thank.
Title: Re: How to disable Rigidbody?
Post by: MUX on January 30, 2015, 11:59:23 PM
drag the rigidbody script into a fsm state and set the enable to false.
Title: Re: How to disable Rigidbody?
Post by: tongchimlang on February 01, 2015, 10:33:09 PM
drag the rigidbody script into a fsm state and set the enable to false.

Where are ... ?
(http://upic.me/i/0i/fssss.jpg) (http://upic.me/show/54471708)

Title: Re: How to disable Rigidbody?
Post by: Lane on February 01, 2015, 10:59:04 PM
You can't really disable rigidbodies like you would with a standard enabled flag on a component. Typically just make it kinematic, but it depends on what you're trying to do.
Title: Re: How to disable Rigidbody?
Post by: coffeeANDsoda on February 01, 2015, 11:38:44 PM
Set Is Kinematic might do the trick if you uncheck the Is Kinematic box.
Title: Re: How to disable Rigidbody?
Post by: tongchimlang on February 05, 2015, 05:09:21 AM
Set Is Kinematic might do the trick if you uncheck the Is Kinematic box.

Not work..
Set Kinematic on Gun..

Title: Re: How to disable Rigidbody?
Post by: Lane on February 05, 2015, 07:27:12 AM
What are you trying to do?