im trying the car tutorial and also using the same track but with new model of car. i follow the 1st car tutorial and when i test the car seem malfunction or whatsoever. the errors occur saying that “null reference exception” i dont know where the mistake that i’ve made…
someone help me..im still a newbie user of unity3D!!!~
If you open the console window (menu: Window > Console) you will see a more detailed description of the error which will include the file name and the line number that throws the null reference. If you can post this information then it will be much easier to suggest what is going wrong. Usually, this error occurs when an object hasn’t been linked to a variable in the inspector and then the script tries to use the variable anyway.