Пікірлер
@HussainAhmad-b9u
@HussainAhmad-b9u 14 күн бұрын
where are you now
@mplucs2541
@mplucs2541 26 күн бұрын
Its been 4 year, hope you are okay and well, thank you for the 1-3 part series would love to see a part 4 and more. although its been so long so idk if that's going to happen.
@mathew3267
@mathew3267 2 ай бұрын
Shouldn’t you apply the force to the rear wheels? The Supra is rear wheel drive.
@mathew3267
@mathew3267 2 ай бұрын
How do I rotate tires?
@mikailum2423
@mikailum2423 3 ай бұрын
Yo
@violettracey
@violettracey 3 ай бұрын
I am getting the error "feature 'declaration expression' cannot be used because it is not part of the C# 4.0 language specification" When I double click it it takes me to the line with if (Physics.Raycast(transform.position, -transform.up, out RaycastHit hit, maxLength + wheelRadius)){ Edit: Another comment had a fix for this. You have to add RaycastHit hit = new RaycastHit(); above the if statement and remove the RaycastHit from it so you end up with RaycastHit hit = new RaycastHit(); if (Physics.Raycast(transform.position, -transform.up, out hit, maxLength + wheelRadius)) { }
@rocketwastaken
@rocketwastaken 4 ай бұрын
I hope you'll come back to this someday
@yusufcelik9440
@yusufcelik9440 7 ай бұрын
I know you won't do it anymore. i just wanna say thank you! (btw are you still alive?)
@RafaelRodrigues-jq6uc
@RafaelRodrigues-jq6uc 8 ай бұрын
I use godot but this tutorial is amazing it worked well for me
@sandy1234378
@sandy1234378 8 ай бұрын
Hi, great video. Hands down the best video for vehicle steering explanation. I had a simple question. Is it possible to calculate the values of wheel base and rear track from the transform.position of the "wheels"?
@physicsstudent451
@physicsstudent451 8 ай бұрын
Your logic for acceleration seems like a hack, no real wheel physics implemented. Only useful things to take from this is Suspension and steering, also the car is not fun to drive.
@SanVas1337
@SanVas1337 9 ай бұрын
Did everything as in the video tutorial, but my wheels fall under the ground and the car lays its collider on the ground, why? @BlinkAChu
@minigator2
@minigator2 10 ай бұрын
Thank you so much! A very good starter guide even into 2024! Such a good video 🫶
@ranjeetrawal8577
@ranjeetrawal8577 11 ай бұрын
If you are wondering that how you set the transform for the Wheels then do this: Make a gameobject in every wheel which has mesh of the wheel and then do the mesh transform = parentWheelTransform.position - parentWheeltransform.up *rayHit.distance + parentWheelTransform.up * wheelRadius
@Booshi_dev
@Booshi_dev 11 ай бұрын
Thanks bro this helps me lot <3
@elementz301
@elementz301 Жыл бұрын
Amazing video, thanks
@barry007h
@barry007h Жыл бұрын
4 Years later and this is the best video on youtube for this explanation. I had some idea how to handle this algorithm but the explanation given helped get the solution over the line for me with my game. I may be using unity colliders for my project but the same algorithm applies here
@ShakerFS
@ShakerFS Жыл бұрын
You are amazing, thank you! 🙏
@cheesemart
@cheesemart Жыл бұрын
10:35 Anti-Roll Bar
@MacJetHD
@MacJetHD Жыл бұрын
YOU EXPLAIN SOO GOOD. Liked and subscribed. Ty for this tutorial.
@yashshiwankar
@yashshiwankar Жыл бұрын
Its been 3 years now I hope you are doing all right @BlinkAChu. Btw great tutorials I learned a lot from you. thanks!
@brendanhoward2329
@brendanhoward2329 Жыл бұрын
thank you so much. Really great
@AliAUodaAlmansouri
@AliAUodaAlmansouri Жыл бұрын
Hello , r u here anymore??
@sauravsharma9725
@sauravsharma9725 Жыл бұрын
For anyone who has cant see the axis gizmos moving when steering, change the handle rotation tool on the scene view to local instead of global
@KiZhuGames
@KiZhuGames Жыл бұрын
Car is sliding on inclined surface. Does someone know how to fix this?
@dimitardimitrov7950
@dimitardimitrov7950 Жыл бұрын
Nice tutorials place continue with the visual part of the vehicle and grip.cheers
@victor.novorski
@victor.novorski Жыл бұрын
Trignometry
@ChiouPika
@ChiouPika Жыл бұрын
it helps me a lot thanks
@erikm9768
@erikm9768 Жыл бұрын
It doesnt even work? Why make a 36 minute tutorial that just ends with nothing working correctly, that is extremely disappointing to watch. It's like not a livestream where you cant fix it and upload it afterwards. This just feels lazy and extremely inconsiderate for people watching this, ive unsubscribed :(
@erikm9768
@erikm9768 Жыл бұрын
I love this, but wish it was possible to do with a is kinematic rigidbody instead
@januszhrust
@januszhrust Жыл бұрын
Awesome work, thank for this. I was searching for info about raycasting physics for car, and you've made it before many tutorials I've seen lately, congards! I hope you doing great!
@parinamais
@parinamais Жыл бұрын
thank you so much for this tutorial!!
@holliscrane4644
@holliscrane4644 Жыл бұрын
still waiting for pt. 4
@feitoza.system
@feitoza.system Жыл бұрын
I'm grateful for you tutorial series about physics car s2
@JohbVb
@JohbVb Жыл бұрын
The original source (tutorials for Unreal in russian) is called "UE4 RayCast Vehicle Tutorial | Simple Tire Friction Model", channel @user-yx5wd5yy6h Very good lessons, I advise
@ilikecakeandbiscuits
@ilikecakeandbiscuits Жыл бұрын
This is so bloody awesome!
@ilikecakeandbiscuits
@ilikecakeandbiscuits Жыл бұрын
Amazing stuff, thanks!
@Skipzilla01
@Skipzilla01 Жыл бұрын
the swearing makes you more relateable. Thumbs up from me
@cptray-steam
@cptray-steam Жыл бұрын
I would love to know how to make a visual representation of the suspension moving up down, reacting to the compressing of the wheel collider's suspension. The only thing I have been able to find on it is a video where someone was controlling it through animation. Which boggles my mind at how you can maybe make a bone reacts to the wheels moving up and down. But it was a demonstration and not a tutorial.
@PaperPilotJack
@PaperPilotJack Жыл бұрын
Please create a part 4! Add those wheels! Thank you so much for this series.
@redcucumber1
@redcucumber1 Жыл бұрын
holy shit this is confusing thanks tho
@yashlaad5210
@yashlaad5210 Жыл бұрын
Thank you!! This tutorial was great! It really helped me understand the concept as compared to just learning the code!
@maximelovesdinosaurs3532
@maximelovesdinosaurs3532 Жыл бұрын
Please come back...
@mauznemo
@mauznemo Жыл бұрын
still waiting for part 4...
@Blas1er
@Blas1er Жыл бұрын
How do you add wheels and make them stay above the ground
@nxidplease
@nxidplease Жыл бұрын
Question, did you face an issue where the suspension would bounce around slowly increasing the compression on each spring until it's too much and the car flips upside down?
@samyam
@samyam 2 жыл бұрын
thank you ⭐
@theonlyjoesoap
@theonlyjoesoap 2 жыл бұрын
A great 3 Videos you've created. Only thing is that it would be great if you'd finish these videos for the grip etc.
@vicktoriashepard
@vicktoriashepard 2 жыл бұрын
it's a pity that the series ended, I still don't know how to do friction and drift ... eh (((
@Metalwrath2
@Metalwrath2 2 жыл бұрын
looks so smooth and nice