Arcade Car Controller Part 1 | Suspension tutorial Unity | AshDev

  Рет қаралды 18,189

Ash Dev

Ash Dev

Күн бұрын

Пікірлер: 76
@ashdev
@ashdev 10 ай бұрын
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
@ngangamhaolai4058
@ngangamhaolai4058 9 ай бұрын
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?
@haydenspiller9330
@haydenspiller9330 10 ай бұрын
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!
@Ollive24
@Ollive24 10 ай бұрын
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
@thenameofxavier
@thenameofxavier 4 күн бұрын
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! :))
@PhonicX
@PhonicX 8 ай бұрын
Best tutorial I have found so far, and I love the animated explanations!
@nameno7032
@nameno7032 10 ай бұрын
Bro is creating gem, keep it up. Hope for more physic explanation and implementation
@The-Bone-Zone
@The-Bone-Zone 9 ай бұрын
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!
@ashdev
@ashdev 9 ай бұрын
Good luck
@The-Bone-Zone
@The-Bone-Zone 9 ай бұрын
@@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
@zwita4515
@zwita4515 10 ай бұрын
Ash !
@MenaAssets
@MenaAssets 8 ай бұрын
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!
@renderforce3d741
@renderforce3d741 10 ай бұрын
Awesome Suspension tutorial! Very well explained :)
@SRIRAMCHANDR
@SRIRAMCHANDR 2 ай бұрын
really appreciate your time and efforts AshDev..
@consultingprestig2096
@consultingprestig2096 2 ай бұрын
Super vidéo ! Simple à la fois complexe, rapide et lucide ! Merci beaucoup !!!
@siamandshahadmira-1041
@siamandshahadmira-1041 10 ай бұрын
great job ash ! like this type of videos !
@antojosu
@antojosu 10 ай бұрын
Bro is dropping quality content!!! Keep it up
@nero_149
@nero_149 10 ай бұрын
thanks for the clean explanation, continue the good content
@antonandev
@antonandev 7 ай бұрын
Thank you very much ;) great lesson
@user-bg5hs7dc9d
@user-bg5hs7dc9d 10 ай бұрын
🤯 Awesome tutorial
@ragerungames
@ragerungames 10 ай бұрын
great video, very well explained.
@AshfleetModerator
@AshfleetModerator 10 ай бұрын
Thank You So Much!
@violettracey
@violettracey 5 ай бұрын
Thanks!
@ItsKordiX
@ItsKordiX 9 ай бұрын
You are a god.
@ThisisOula
@ThisisOula 6 ай бұрын
Kahoot music goes hard
@beefytime1374
@beefytime1374 8 ай бұрын
amazing
@Паскаль-х9у
@Паскаль-х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
@ashdev
@ashdev 2 ай бұрын
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
@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
@ashdev Ай бұрын
Re-watch the tutorial carefully, you might have not provided ray point's reference to the script
@Garyson-cm8xk
@Garyson-cm8xk Ай бұрын
@@ashdev OOOOOOOHHHH, thank you so much i didn't see that, great tutorial btw
@Garyson-cm8xk
@Garyson-cm8xk Ай бұрын
@@ashdev What im still having problems with it
@Garyson-cm8xk
@Garyson-cm8xk Ай бұрын
@@ashdev Never mind i got it
@Omhetehmo
@Omhetehmo 9 ай бұрын
Thank you for the great tutorials! I have a question. Why to not use the unity built-in wheel colliders?
@ashdev
@ashdev 9 ай бұрын
They are bad, try it yourself.
@Garyson-cm8xk
@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
@ashdev Ай бұрын
Please re-watch the video carefully, you might have not provided reference to the ray points to the script
@Garyson-cm8xk
@Garyson-cm8xk Ай бұрын
@@ashdev what do you mean
@Garyson-cm8xk
@Garyson-cm8xk Ай бұрын
@@ashdev Never mind i got it great tutorial
@oogabooga9685
@oogabooga9685 25 күн бұрын
@@Garyson-cm8xk how did you end up fixing this I have the same problem
@plainshades
@plainshades 10 ай бұрын
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.
@ashdev
@ashdev 10 ай бұрын
You should try adding custom gravity only on the car 😉
@parinamais
@parinamais 10 ай бұрын
hey Ash! I'm using your arcade vehicle controller asset on my project, will this series teach me how to build it from scratch?
@ashdev
@ashdev 10 ай бұрын
We will explain the main concepts.
@Untrained_Engineer21
@Untrained_Engineer21 3 ай бұрын
everything is working but the green raycast lines doesn't appear in my project someone help me !
@ashdev
@ashdev 3 ай бұрын
Are the gizmos on?
@dfhyfsybl
@dfhyfsybl 10 ай бұрын
when they say that programming requires math, they weren't joking
@ashdev
@ashdev 10 ай бұрын
Stick with us and soon enough you'll be one of them saying - "Programming requires maths" 😉
@lachie7654
@lachie7654 9 ай бұрын
Any ideas why my car would bounce unevenly? seems all the raycst points are in the right spots
@ashdev
@ashdev 9 ай бұрын
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
@Gagus64
@Gagus64 10 ай бұрын
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?
@ashdev
@ashdev 10 ай бұрын
Join our discord server and share the code snippet
@maan23363
@maan23363 8 ай бұрын
Which version are u using bro well it work in unity 2022
@ashdev
@ashdev 7 ай бұрын
2022.3.8
@isaackershnerART
@isaackershnerART 6 ай бұрын
For me this works but my vehicle jitters a lot. Any idea why?
@isaackershnerART
@isaackershnerART 6 ай бұрын
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!
@ashdev
@ashdev 6 ай бұрын
Join our discord server and share a video of what's happening, so that we can help in fixing it.
@karlschanzl
@karlschanzl 7 ай бұрын
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
@ashdev
@ashdev 7 ай бұрын
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_141aaa
@GHOST_141aaa 6 ай бұрын
Why Unity give me an error of "[]" in Transform[] ?
@ashdev
@ashdev 6 ай бұрын
Something's wrong in your ray points array. Join our discord server and share the whole error
@Youtubesongs12
@Youtubesongs12 10 ай бұрын
Please make a video of ui controls for Android
@ashdev
@ashdev 10 ай бұрын
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-o2o
@aradhyagupta-o2o 6 ай бұрын
Why i can't code a game by myself
@Movies2Explore
@Movies2Explore 5 ай бұрын
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.0
@All-computer4.0 5 ай бұрын
u do things so fast but good tutorial
@ashdev
@ashdev 5 ай бұрын
Thanks for the feedback. We'll try to do them on more slower pace.
@karanbirsingh7433
@karanbirsingh7433 10 ай бұрын
@parabhdeepsingh2789
@parabhdeepsingh2789 10 ай бұрын
🎉
@AshwinSKumar
@AshwinSKumar 3 ай бұрын
Does this Still work?
@ashdev
@ashdev 3 ай бұрын
Try it out!!!
@AshwinSKumar
@AshwinSKumar 3 ай бұрын
@ sure
@fatihsarbyk5273
@fatihsarbyk5273 6 ай бұрын
dude my unity deffirent. i dont have global volume and plane .
@ashdev
@ashdev 6 ай бұрын
You probably have different unity version, in the video it's version 2022.3.8f1
@solidnywonsz
@solidnywonsz Ай бұрын
bro, my car is sliding away
@ashdev
@ashdev Ай бұрын
Please watch the next parts, it's fixed there
25 FREE and Open Source Software in (2025)
9:47
anyDev
Рет қаралды 7 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Making Custom Car Physics in Unity (for Very Very Valet)
22:48
Toyful Games
Рет қаралды 143 М.
The Decline of Vehicle Physics in Arcade Racers
7:18
Gamer Alex
Рет қаралды 33 М.
The BEST Mechanical Display You've EVER Seen!!!
13:51
Tin Foil Hat
Рет қаралды 603 М.
Modular assets: a simple time-saving technique for game developers
10:01
Space Dust Racing UE4 Arcade Vehicle Physics Tour
6:59
SpaceDustStudios
Рет қаралды 95 М.
Creating a Flight Simulator in Unity3D (Part 1)
21:33
Vazgriz
Рет қаралды 92 М.
Make Your Own Raycaster Part 1
16:52
3DSage
Рет қаралды 452 М.
20 Advanced Coding Tips For Big Unity Projects
22:23
Tesseract
Рет қаралды 214 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН