Тёмный

Unreal Engine AI Car Tutorial: Advanced Traffic 

Seredias
Подписаться 8 тыс.
Просмотров 24 тыс.
50% 1

Hello everyone. This is a summary of the Previous Tutorials with some Upgrades. I used the Version 4.26.1 of the Unreal Engine for this one.
Discord: / discord
Playlist: • Unreal Engine NPC Car ...
Car Models: www.unrealengine.com/marketpl...

Хобби

Опубликовано:

 

10 апр 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@GetawayFilms
@GetawayFilms 2 года назад
Fantastic and easy concepts with your explanations. Well done! Just a note: The cars don't actually follow the splines, which can make turning corners quite difficult. However, I have realised why this is... The steering is taking the information of the splines CURVE when cornering, so making the turn shouldn't be a smooth arc because the steering will react slowly into the corner and out of the corner... Instead, you want to make a very abrupt start to the corner, with a smooth, almost straight exit. Literally a sort L shape with the shorter part of the 'L' as the entrance curve and the longest as the exit.. If any of that makes sense :) Try it... It makes the cornering absolutely perfect
@matiasbloisi3102
@matiasbloisi3102 3 года назад
Excellent tutorial, thank you very much !!!!!!!
@HelixHEXgaming
@HelixHEXgaming 3 года назад
It would be great to have a different car generator, an actor that automatically generates different types of cars, could you make a tutorial with that? Keep up the good work!!! You're very good
@alexzanderthegeek
@alexzanderthegeek 3 года назад
That's a good tutorial!
@shakaama
@shakaama 2 года назад
you're amazing sir
@lucas_games_oficial
@lucas_games_oficial 3 года назад
Nice man tks veryyy much
@NicoleSummer8
@NicoleSummer8 Год назад
Awesome!
@fazenbros4889
@fazenbros4889 3 года назад
Thanks!!!
@ragertgaming9487
@ragertgaming9487 3 года назад
Thank you
@christophercosbywatsones2036
@christophercosbywatsones2036 3 года назад
Please keep up the car tutorials! New to Unreal from Unity and I am really wanting to make a top down arcade styled racing game. Do you have a discord channel?
@Seredias.
@Seredias. 2 года назад
discord.gg/exuHzHjahe
@cornellmitchell9982
@cornellmitchell9982 2 года назад
The FR collision broke the stoplight for me...would love to see a pic of your collision settings for cars & boxes.
@Seredias.
@Seredias. 2 года назад
Be sure to set the Collision Settings to Pawn only. So that only Pawns are generating Overlapping Events.
@cornellmitchell9982
@cornellmitchell9982 2 года назад
@@Seredias. yup. Im an idiot. Thanks for responding bro
@sihanho6171
@sihanho6171 11 месяцев назад
does anyone know whether this tutorial series from seredias (big thanks) fit to unreal 5 or not, i am a new user and i what create a urban racing game. i want to follow the tutorial with unreal 5 is the methode up to date and should i use unreal 5?
@Seredias.
@Seredias. 11 месяцев назад
Yes, everything works in UE5 too. By the way, this is the case with almost every one of my tutorials. UE5 is just a new version but contains almost everything from UE4.
@stephenkrzton6893
@stephenkrzton6893 2 года назад
hey m8. so whenever i lay out different paths the c other cars around it starts following it and ot only goes one path
@Seredias.
@Seredias. 2 года назад
I think I know what the Problem is. Please try this: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zVJC66lmtOE.html
@pavelprykhodko743
@pavelprykhodko743 2 года назад
I can’t find a tutorial where the car was set up sensing. in Event grapg you have a block called "sensing" with variables on component begin overlap. can you explain how to set them up?
@Seredias.
@Seredias. 2 года назад
I explain that at 4:25. Very easy, just a Box Collision with the Begin and End Overlap Event.
@pavelprykhodko743
@pavelprykhodko743 2 года назад
@@Seredias. thanks a lot
@stevokrzton3056
@stevokrzton3056 Год назад
Hello . My vehicles adter this update won’t move after they reach the collision boxes from the traffic light .. I think it’s because of collision with the front of the vehicle and the traffic light one. I’m not sure how to fix this plz help
@Seredias.
@Seredias. Год назад
I am sorry, since this was one of my first Tutorials, I forgot something very important. So after the Begin and End Overlap, you have to Cast to the AI Car with the Other Actor. In this Way it only Stop for another Car. 4:50
@impulze_tv6927
@impulze_tv6927 Год назад
Bit late but someone else might come across the same problem i had, the issue was the same no movement after stop on either car, tried with the cast to car still no different, turns out my issue was the collision on front of the rear car overlapping car infront and also the traffic light collision... made the collision on front of the car thinner and raised it a touch so it wasn't interfering with the traffic light collision and the issue went away.
@sihanho6171
@sihanho6171 11 месяцев назад
same issue but solved!
@fazenbros4889
@fazenbros4889 3 года назад
But what about spawning them instead?
@Seredias.
@Seredias. 3 года назад
I will maybe do a separate Tutorial about this.
@nealcaffrey8890
@nealcaffrey8890 5 месяцев назад
After a long period of acceleration, my vehicle could barely turn along the path, or stop in a shorter distance, which I observed to be the result of too much speed. Is there any other way to start and stop the vehicle other than controlling the vehicle's Throttle?I'm using City Sample:Vehicles assets.
@Seredias.
@Seredias. 5 месяцев назад
Yes, you have the "Set Brake Input" as well as the "Set Handbrake Input".
@nealcaffrey8890
@nealcaffrey8890 5 месяцев назад
Yes!How stupid I am!I created a car without brake😅@@Seredias.
@dabbedoutgaming297
@dabbedoutgaming297 3 года назад
Blueprint Runtime Error: "Accessed None trying to read property ActivePath". Blueprint: AI_Car1 Function: Get Path Graph: GetPath Node: Return Node i dont seem to know the issue im running into any ideas? Thanks for being so helpful and a great guide !
@Seredias.
@Seredias. 3 года назад
Please make sure that you set the Active Path Variable before the GetPath-Function gets triggered. Another good option would be to check the ActivePath with "? Is Valid".
@seanleo2750
@seanleo2750 2 года назад
my AI car can not find its proper way, what I want to know is how the integer get to know which spline is Path1 or Path2?
@seanleo2750
@seanleo2750 2 года назад
how the integer Path connected with Path1 Path2 and Path3
@Seredias.
@Seredias. 2 года назад
So you place this Path 1, 2 and 3 etc inside the World. After that you place the AI Cars inside the World as well. Since the Active Path is a Public Variable, (if not just make it public) you can set the Variable after you place the Cars. The combination between the Integer and the Pline is the Order how you place it.
@Seredias.
@Seredias. 2 года назад
By the way, I would recommand this here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-H8b2p7L1j1c.html
@olgapuhkalo1609
@olgapuhkalo1609 3 года назад
Blueprint Runtime Error: "Accessed None trying to read property CallFunc_Array_Get_Item".Blueprint: AI_Car Function: GetPath Node:Return Node. The error appeared after connecting node Path to GetPath. Please tell me what could be my mistake
@Seredias.
@Seredias. 3 года назад
Please try this: Take the Pin of the Copy Array and say "Promote to variable". Did you watch this Video? ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ICXrV9IXDVg.html
@olgapuhkalo1609
@olgapuhkalo1609 3 года назад
I looked at all the parts "AI Car Tutorial" and took the Pin of the Copy Array and say "Promote to variable". Сars move along the way. However, when I do "AI Car Speedlimit Tutorial" time 1:49 - 5:30 cars lose their way. I don't need to do SpeedLimit. You need to make a choice of car movement along the way.
@Seredias.
@Seredias. 3 года назад
The reason why they lose their way, is becouse the use the Index of the Splines in the World. However the Index is changing for some reason, the AI lose his way. To fix that, you have use some specific value that you set. Please try this: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zVJC66lmtOE.html You dont need to do Speedlimits, but the first Part is universal.
@milipikas9544
@milipikas9544 Год назад
Hello Sir, now i have problem too and can't understood what each pin :Return node or Path. My head ready get explose
@AdireetiVlogs
@AdireetiVlogs 3 года назад
Can u make video on how to display distance travel by car 🙏
@Seredias.
@Seredias. 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rKKylYaRLIo.html
Далее
Unreal Engine AI Car Tutorial: Speedlimits
13:21
Просмотров 8 тыс.
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
Why Unreal Engine 5.4 is a Game Changer
12:46
Просмотров 1,1 млн
Unreal Engine AI Car Tutorial: Traffic Lights
12:37
Просмотров 14 тыс.
Traffic AI System - How to use
25:49
Просмотров 8 тыс.
Unreal Engine AI Car Tutorial: Navigation
11:26
Просмотров 18 тыс.
Traffic AI System preview
9:47
Просмотров 17 тыс.
The REAL Reason Unreal Engine VFX Looks FAKE
6:58
Просмотров 368 тыс.
Unreal Engine AI Car Tutorial: Traffic Spawn
10:00
Просмотров 10 тыс.
10 Unreal Engine 5 PLUGINS I can't live without!
9:37
Просмотров 493 тыс.
CAA Conversion kit at ZAHAL 🎯
0:14
Просмотров 52 млн
Don´t WASTE FOOD pt.2 🍕
0:19
Просмотров 54 млн