I’ve seen the python code tutorials… But this is broken! It shows: Assets\Text_Menu.cs(15,15): errorCS1002: ; expected
over and over again! I just have a bunch of "print(“write text here”). Nothing else. Oh, also this is for a menu.
I’ve seen the python code tutorials… But this is broken! It shows: Assets\Text_Menu.cs(15,15): errorCS1002: ; expected
over and over again! I just have a bunch of "print(“write text here”). Nothing else. Oh, also this is for a menu.
Its telling you the error. Somewhere you are missing a terminating semi colon. Probably on line 15 of the Text_Menu.cs file.
I also encountered this error in Python for ghasedak24 programming, but I don’t know how to fix it?
Its telling you the error. Somewhere you are missing a terminating semi colon. Probably on line 15 of the Text_Menu.cs file.