The code is something my professor wrote up for a video tutorial he made. Classes don't start again until Tuesday and I was hoping to get this solved during the weekend so I could use my time more efficiently for other classes once the week started back up. yay college art classes haha. But I could email him to ask, I just…
Here's the carControl script I've written out so far, there's more I need to write from the tutorial but I wanted to figure out what was wrong before adding more.
Hello! I've been working off of a tutorial my professor has made for us on creating a simple car in unity. I've been able to build a car (just something I had laying around) and apply wheel colliders as well as a carControl script. The only problem at this point is that the car takes a lot of time to accelerate. I tried…