Welcome to the community. Take some time to have a look around and be sure to share your work.
You’re missing a semi-colon at the end of line 20.
Unity will give you an error message in the console, along the lines of:
“Delivery.cs(20, 10): ‘;’ expected. Insert a semicolon at the end.”
You can use these messages to help you find errors and bugs in your code.
oh thank you very much!
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.