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…
Acceleration would probably be in the carControl script. Where is it from originally? Find the author and ask them. Did you ask your professor for help yet?
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.
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…