Assets/Scripts/Number Wizard.cs(24,0): error CS1525: Unexpected symbol `void’ is the error code and the code is below
i have tried entering more brackets and creating a new C# script and retyping it all.
Assets/Scripts/Number Wizard.cs(24,0): error CS1525: Unexpected symbol `void’ is the error code and the code is below
i have tried entering more brackets and creating a new C# script and retyping it all.
Hello Jomer, how are you?
Can you send the whole script?
Looks like you put the Update function outside of the class. Delete that
last close bracket right above it, then add one more below the Update
function and see what happens.
Thanks that worked!