mchrbn / unity-traffic-simulation

A Unity asset that lets you easily simulate very simple traffic into your scene.
263 stars 57 forks source link

Slow Car Bug #19

Closed menez1111 closed 3 years ago

menez1111 commented 4 years ago

Hello. It happens espically when you wait long time. A car starts to go slow and others have to wait for it. I dont know what is the reason of it maybe it can be intersections.

https://youtu.be/kkPRa0npxcs

mchrbn commented 4 years ago

Hey, I'm currently implementing a new CarAI that will be more performant as it won't use navmeshes (your #18 issue) and hopefully less buggy. Still have to improve/add few things but if I have time, I will try to push it to a new branch end of this week/next week. I will beep you when it is done so you can test it within your project

menez1111 commented 4 years ago

Okay, thank you.

mchrbn commented 3 years ago

I rewrote the VehicleAI, check if this still happens!