This car controller tutorial isn't as advance as our car controller assets (available on unity asset store), they are way advanced than this, so don't confuse this with them
@ngangamhaolai40589 ай бұрын
hey man thanks for the tutorial but.....the example u gave does not take into account the "springTravel" while your code does....So I'm kinda confused...I understood the example but why write a different code instead if the example code works just fine?
@haydenspiller933010 ай бұрын
Please continue this series as far as you can!! I’m currently working on something similar and struggling on a smooth feeling drifting / grip. Would love to see your approach. Thank!
@Ollive2410 ай бұрын
Hello, I'm from Brazil, and I really appreciate having made the subtitles available in Portuguese, it's very difficult to find car physics content that is well explained here, you're awesome
@thenameofxavier4 күн бұрын
I'd attempted this before finding your video and I'm so relieved I gave it another shot. It was a combination of low mass and not following the Zeta formula that was screwing me, so thank you so much! :))
@PhonicX8 ай бұрын
Best tutorial I have found so far, and I love the animated explanations!
@nameno703210 ай бұрын
Bro is creating gem, keep it up. Hope for more physic explanation and implementation
@The-Bone-Zone9 ай бұрын
Hey Ash! Awesome to see you making tutorials about this. I purchased your monster truck vehicle physics, as well as the AI and arcade physics packs. My goal is to make a multiplayer game using your tutorials and all these assets! Thanks again!
@ashdev9 ай бұрын
Good luck
@The-Bone-Zone9 ай бұрын
@@ashdev Hey if you wanted an update, here's what I got so far. I modifed a few things just because I liked the way they looked visually. kzbin.info/www/bejne/o6ebdXaXo6efqdU
@zwita451510 ай бұрын
Ash !
@MenaAssets8 ай бұрын
Hello!. Thank you for using my car in this tutorial series. I never fully understood the logic behind suspension logic using raycast; It was entertaining and educational to watch. I wish I had time to develop another car controller. Best regards!
@renderforce3d74110 ай бұрын
Awesome Suspension tutorial! Very well explained :)
@SRIRAMCHANDR2 ай бұрын
really appreciate your time and efforts AshDev..
@consultingprestig20962 ай бұрын
Super vidéo ! Simple à la fois complexe, rapide et lucide ! Merci beaucoup !!!
@siamandshahadmira-104110 ай бұрын
great job ash ! like this type of videos !
@antojosu10 ай бұрын
Bro is dropping quality content!!! Keep it up
@nero_14910 ай бұрын
thanks for the clean explanation, continue the good content
@antonandev7 ай бұрын
Thank you very much ;) great lesson
@user-bg5hs7dc9d10 ай бұрын
🤯 Awesome tutorial
@ragerungames10 ай бұрын
great video, very well explained.
@AshfleetModerator10 ай бұрын
Thank You So Much!
@violettracey5 ай бұрын
Thanks!
@ItsKordiX9 ай бұрын
You are a god.
@ThisisOula6 ай бұрын
Kahoot music goes hard
@beefytime13748 ай бұрын
amazing
@Паскаль-х9у2 ай бұрын
Very good lesson, I have a question. You have this mechanic divided into 4 videos, I would like to know if I can achieve the same results by repeating after you or if you don’t show all the code in the video? I saw your asset for $5, I would really like to buy it, but unfortunately I don’t have any money at all, since I’m a school student
@ashdev2 ай бұрын
Yes, you will be able to make the same thing shown in the video, on following the tutorial accurately. The asset is more advance than this version.
@Garyson-cm8xkАй бұрын
Love the tutorial but I have a question, it says i have an error saying rayPoints does not exist what should I do
@ashdevАй бұрын
Re-watch the tutorial carefully, you might have not provided ray point's reference to the script
@Garyson-cm8xkАй бұрын
@@ashdev OOOOOOOHHHH, thank you so much i didn't see that, great tutorial btw
@Garyson-cm8xkАй бұрын
@@ashdev What im still having problems with it
@Garyson-cm8xkАй бұрын
@@ashdev Never mind i got it
@Omhetehmo9 ай бұрын
Thank you for the great tutorials! I have a question. Why to not use the unity built-in wheel colliders?
@ashdev9 ай бұрын
They are bad, try it yourself.
@Garyson-cm8xkАй бұрын
Sorry to bother again but I'm having a problem and it's saying the variable rayPoints has not been assigned, can you tell me what's the problem
@ashdevАй бұрын
Please re-watch the video carefully, you might have not provided reference to the ray points to the script
@Garyson-cm8xkАй бұрын
@@ashdev what do you mean
@Garyson-cm8xkАй бұрын
@@ashdev Never mind i got it great tutorial
@oogabooga968525 күн бұрын
@@Garyson-cm8xk how did you end up fixing this I have the same problem
@plainshades10 ай бұрын
If I want the car to be able to jump and drive up walls, how would I implement it? Changing the direction of gravity affects all other objects in the scene.
@ashdev10 ай бұрын
You should try adding custom gravity only on the car 😉
@parinamais10 ай бұрын
hey Ash! I'm using your arcade vehicle controller asset on my project, will this series teach me how to build it from scratch?
@ashdev10 ай бұрын
We will explain the main concepts.
@Untrained_Engineer213 ай бұрын
everything is working but the green raycast lines doesn't appear in my project someone help me !
@ashdev3 ай бұрын
Are the gizmos on?
@dfhyfsybl10 ай бұрын
when they say that programming requires math, they weren't joking
@ashdev10 ай бұрын
Stick with us and soon enough you'll be one of them saying - "Programming requires maths" 😉
@lachie76549 ай бұрын
Any ideas why my car would bounce unevenly? seems all the raycst points are in the right spots
@ashdev9 ай бұрын
Check, if the ray points are evenly placed from the center point of the car. If the issue still persists, then join a our discord server and share a video of what's happening
@Gagus6410 ай бұрын
hi ash. Im a begginer and im trying to make a drift game. I am following along, but at 00:3:38 when i write hit, it recognises it as an error. What do i do?
@ashdev10 ай бұрын
Join our discord server and share the code snippet
@maan233638 ай бұрын
Which version are u using bro well it work in unity 2022
@ashdev7 ай бұрын
2022.3.8
@isaackershnerART6 ай бұрын
For me this works but my vehicle jitters a lot. Any idea why?
@isaackershnerART6 ай бұрын
Adding dampening seemed to fix it but i still got a jittery vehicle in the first section without dampening. so its sorta fixed for now!
@ashdev6 ай бұрын
Join our discord server and share a video of what's happening, so that we can help in fixing it.
@karlschanzl7 ай бұрын
Hi, I own all of your assets and use them often and happily. What I would really like is an AI system for SIMCADE, or at least instructions on how to use the normal "AshVehicleAI" in SIMCADE. (the same applies to ArcadeBikePhysics, by the way). I can use AshVehicleAI (conditionally) in AshMonstertruck Physics. Thank you for your answer. Greetings from Vienna, Karl Schanzl
@ashdev7 ай бұрын
hi, i was working on Arcade Bike Physics Pro asset. its done. now i will be working on all in one Vehicle Ai solution. i dont know what it will be called yet. but it can be used with all vehicle/bike physics assets. from other publishers too. It will take time.
@GHOST_141aaa6 ай бұрын
Why Unity give me an error of "[]" in Transform[] ?
@ashdev6 ай бұрын
Something's wrong in your ray points array. Join our discord server and share the whole error
@Youtubesongs1210 ай бұрын
Please make a video of ui controls for Android
@ashdev10 ай бұрын
We will consider making one. You can you join our discord server and suggest more ideas for our futures videos Discord Server: discord.com/invite/vB9h6cjKXR
@aradhyagupta-o2o6 ай бұрын
Why i can't code a game by myself
@Movies2Explore5 ай бұрын
You can code a simple game by yourself but creating a big game you'll need assets like 3d models, audio, add-ons.. otherwise it would take years to create by yourself
@All-computer4.05 ай бұрын
u do things so fast but good tutorial
@ashdev5 ай бұрын
Thanks for the feedback. We'll try to do them on more slower pace.
@karanbirsingh743310 ай бұрын
❤
@parabhdeepsingh278910 ай бұрын
🎉
@AshwinSKumar3 ай бұрын
Does this Still work?
@ashdev3 ай бұрын
Try it out!!!
@AshwinSKumar3 ай бұрын
@ sure
@fatihsarbyk52736 ай бұрын
dude my unity deffirent. i dont have global volume and plane .
@ashdev6 ай бұрын
You probably have different unity version, in the video it's version 2022.3.8f1