Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Wolfone · May 24, 2017 at 07:39 AM · physicswheelcollideracceleration

Fast break with wheel colliders

Hello everyone,

i am encountering some problems with vehicles i want to simulate. The setting is a 2.5D game where vehicles can move in one of several distinct layers of the map. That's the plan. To create a more realistic look for cars which drive over obstacles i am using wheel colliders. Unfortunately i am a complete newbie at this and i just can't figure out how to set up my wheels to get the behaviour i want.

My main issues which i couldn't solve with my favorite search engine until now are the following:

  • i want a really short way to decelerate (rather comic-like setting)

  • fast acceleration

  • not too much bumpiness

Making the forwardfriction higher helps with braking but the effect is that my car gets really wobbly, even on a simple plane. If i add more torque to get higher acceleration the distance to stop gets ridiculously long as if the ground was really slippery (like 75% of the distance i took to accelerate).

After failing with configuration i tried to achieve something similar with sphere-colliders and transforming the position of my object but this approach has some major issues so i am back at wheel colliders again.

I appreciate any ideas on the subject.

Current setup:

alt text

Mass of the vehicle is 1300. Wheel damping didn't chang anything noticeably. Forward-Stiffness 5 is already trouble-inducing T_T

I played a lot with the Forward-Friction values because that's the only axis i want to move on.

The relevant code snippet for acceleration is as follows:

 public void FixedUpdate()
     {
         float motor = maxMotorTorque * Input.GetAxis("Vertical");
        
 
         foreach (AxleInfo axleInfo in axleInfos)
         {
             if (axleInfo.motor)
             {
                 axleInfo.leftWheel.motorTorque = motor;
                 axleInfo.rightWheel.motorTorque = motor;
             }
         }        
     }


If any more information is needed i will gladly provide it.

Thanks for any help!

wheelsettings.png (38.9 kB)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

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

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Character Controller Pushes Car With Wheel Colliders? 0 Answers

Character accelerates while running towards walls. "Sonic effect" 1 Answer

arrows in unity 3d? 0 Answers

Do wheel colliders account for wheel width? 1 Answer

how should the acceleration of an object sliding down a slope change over time? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges