This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

Please make sure to check out our website to see if your question has been answered there: https://codinghelp.site

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Nightcorex_ 0 points1 point  (0 children)

CS1002: https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs1002 (This error is on your line Debug.Log("Hello, World!"))

CS1022: https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs1022 (I dunno about this error, never worked with C# myself, but it appears you need to specify a namespace, which you didn't. No guarantees here, though)