#C# Unity Code wont run

19 messages · Page 1 of 1 (latest)

hushed path
#

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

drifting lagoon
#

What error messages

hushed path
#

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#

drifting lagoon
#

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.

hushed path
#

im not sure what to put within that line tbh

drifting lagoon
#

Like I said I'm not sure what you're trying to do there. Why do you even have that line?

hushed path
#

i am trying to create a login system

#

but if i remove that line i get a bunch of errors

drifting lagoon
#

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

hushed path
#

So how do I fix it specifically?

#

I’m kinda new to Unity haha

drifting lagoon
#

You have to define the functions that you're using. You cannot use something that doesn't exist.