udacity / self-driving-car-sim

A self-driving car simulator built with Unity
http://udacity.com/self-driving-car
MIT License
3.9k stars 1.5k forks source link

Upgrading the codebase to run on Unity 2019.4.18f1 (from Unity 5.x) #133

Closed adnanboz closed 2 years ago

adnanboz commented 3 years ago

Hi, I had to change a couple of things to make the codebase work on a more recent Unit version. I tested on MacOs Catalina but not on Windows.

SudKul commented 2 years ago

Hi @adnanboz Thanks for upgrading the code. Though, I have not merged it with the master branch, I have created a separate branch Unity_2019_4 based on your code.

Thanks.