Can someone help me with my C# script?


unity wont let me enter playmode. Can someone help me find what ive done wrong?

Welcome to the community. Take some time to have a look around and be sure to share your work. :slight_smile:

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.

Privacy & Terms