Coding in Unity to make objects dynamic - sahajss/knowledge_base GitHub Wiki

My project is making a driving simulator and I am doing this using Unity to create the main environment. Unity is similar to Android development. However, its different in that Unity is used in a 3D environment.The main code of my project is to make AI cars to be able to move throughout the city. Luckily, Unity does have a shell for the AI car. However, after working through the shell I realized that it would not be able to accomplish the task I wanted the final product of my project to do. Thus, I started from scratch and learned how to program using Youtube(Which in my opinion the best source for learning). Currently, I am have accomplished the basic task of having a car move on a defined path and am working towards being able to have the car react to stop signs and stop lights. The user car was quite easy because Unity does have a solid shell to use and program with. This project is interesting because using Unity is very new for me and I had to learn a lot about how to use it. The main language used is C# and I had to learn the syntax.