i am getting many error and warnings pls help
Hi,
There is a typo in your script. Your variable is declared as rigidBody
. The variables in the Start method are missing a “d”.
Remember you can also look at the lecture code changes via the link in the Resources of each lecture.
Did this help?
See also:
By the look of it, you’re trying to use an olsolete variable, trying to use variables that don’t exist, trying to set properties that are read only.
Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture? Make sure that everything is spelt correctly.
Yeah i checked the Resources i had made a typo
Thanks a lot
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.