Im trying to compile this script for a login system using the playfab plugin too and it wont work since there are syntax errors. It seems like there are semi colons missing, but i cant figure where its supposed to be. Plz help
#C# Unity Code wont run
19 messages · Page 1 of 1 (latest)
What error messages
this
these are the most recent changes i made to my code but the error is stopping it from compiling. and im not sure what to do#
The error is on line 57. It expected a semicolon at the end of that line. I'm not sure what you intended for that line to do.
when adding the semi colon, this is the error i receive:
im not sure what to put within that line tbh
Like I said I'm not sure what you're trying to do there. Why do you even have that line?
i am trying to create a login system
but if i remove that line i get a bunch of errors
You haven't created those functions
Your code is trying to use them
It's telling you which lines you called a function that doesn't exist
You have to define the functions that you're using. You cannot use something that doesn't exist.