- Home /
UnitySteer, steering script for Unity3D
Hello Folks,
i am looking for a script to rig a wheelloader in Unity3d. The special trait about the wheelloader is his steering. The wheels of the wheelloader do not rotat at thair front axis, the whole body of the wheelloader is bending.
So, is there a rigging script in Unity which gets this feature.
image of a wheelloader: http://upload.ecvv.com/upload/Product/20098/China_Wheel_Loader20098201745164.jpg
Hello Georg. Do provide more details. Is this an autonomous vehicle (something that will pick behavior and react to environment on its own) or for a player-controlled vehicle?
Answer by Ricardo · Jul 08, 2010 at 08:09 AM
UnitySteer is meant for autonomous vehicles that control themselves. As your vehicle is player-controlled, using UnitySteer would likely be overkill, however some of the functions included might be useful as a guideline on how to calculate forces. It'd start by looking at the SteerFor* behaviors, as well as OpenSteerUtility.
There is no rigging script in Unity that will give you exactly that behavior, but they do give you the tools to create it yourself. You can start on the tutorials that Taiga linked to, as well as other questions tagged car. The important thing is for you to understand how the wheelloader is expected to behave, so you can replicate the behavior.
@Ricardo: thanks, this becomes a journey for me, i will start today ... thanks for the tips!
Your answer
Follow this Question
Related Questions
vehicle decceleration and angle reseting 1 Answer
How to make a steering wheel that rotates when wheels do? 0 Answers
Connecting steering wheel to front wheels 0 Answers
Car Steering Relative to Car Speed 2 Answers
Car steering issue 0 Answers