Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: qaaz345 on November 06, 2013, 12:09:42 PM

Title: How to implement wheel collider in play maker?
Post by: qaaz345 on November 06, 2013, 12:09:42 PM
HI!

Will be trying to make racing games play maker
However, I do not know how to use it. wheel collider
Use the property and the basic wheel physics engine in play maker and action

I would like to know how to implement the order of the wheel collider
I hope. For an example

Please help me
Title: Re: How to implement wheel collider in play maker?
Post by: uberwolfe on November 06, 2013, 09:06:41 PM
It's pretty simple. Once you have set up your wheel collider in the scene, you basically just use PlayMaker's Set Property action on the wheel collider to adjust the Motor Torque, Brake Torque and Steer Angle properties.

Make Sure the Object Type is set to UnityEngine.WheelCollider or you wont get the properties you need.
Title: Re: How to implement wheel collider in play maker?
Post by: qaaz345 on November 07, 2013, 12:11:30 AM
Thanks but after setting
When I try to set a variable

It does not accelerate ... Rotation of the wheel when you pass through the floor.
Title: Re: How to implement wheel collider in play maker?
Post by: jeanfabre on November 07, 2013, 02:04:04 AM
Hi,

 You need to understand first how to rig a Wheel collider properly, I replied on your other thread on that matter.

bye,

 Jean