dotnet / core

.NET news, announcements, release notes, and more!
https://dot.net
MIT License
20.71k stars 4.86k forks source link

Asset\script\player.vs(6,22):errorCS1002:;expected #7508

Closed Tifebethy closed 2 years ago

Tifebethy commented 2 years ago

It showing Asset\script\player.vs(6,22):errorCS1002:;expected after writting the code

mairaw commented 2 years ago

What code? Can you give more information about your issue? maybe share the code you're trying to do?

Tifebethy commented 2 years ago

after writing the code on vs code , i went to my unity and press the play icon then it shows Assets\script\player.vs(6,22):errorCS1002:;expected I really dont know what is wrong and how to go about it

On Thu, Jun 2, 2022, 8:56 PM Maira Wenzel @.***> wrote:

What code? Can you give more information about your issue? maybe share the code you're trying to do?

— Reply to this email directly, view it on GitHub https://github.com/dotnet/core/issues/7508#issuecomment-1145284293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYC4SU3XHVNL37AJ6O7OGDLVNEGWZANCNFSM5XVMQDQQ . You are receiving this because you authored the thread.Message ID: @.***>

github-actions[bot] commented 2 years ago

This issue is stale because there has been no response to a request for more information for 7 days.

github-actions[bot] commented 2 years ago

This issue was closed because there was no response to a request for more information for 10 days.

mairaw commented 2 years ago

CS1002 means that you're missing a semicolon on your code. Do you want to share your code here so we can help?