So I’m a senior in high school and even though our teacher never taught us all that much on things we are tasked with creating a video game in Unity for our capstone project. We are running into quite a lot of problems and need quite a lot of help. We have a decent kart code for the player kart to drive around in and some of the main menu UI done. We are having issues with things such as a good script for the camera to follow the kart, as well as any sort of AI scripting for the CPU karts. We’ve tried everything we know. We have until May 10th to complete this project please help.
Google for “unity racing game” and there are a TON of tutorials already out there.
I recommend following those tutorials (skipping over stuff you already know), until you find them solving the problem you have, and see if you can map their solution onto your context.
If you get stuck, come on back and post some code here (use code tags!) and enough of a description (errors, actual behavior, expected behavior, etc.) to make it useful.
Note: “having issues” and “we tried everything we know” is not useful information.
Instead, try:
- we tried this
- we expected this
- it actually did this
- it displayed these errors
- here’s the code involved.