I am not sure where to type "void CheckPassword(string input)"


do i write them before or after void Update()? or or after them

Hi Fullfi,

Method definitions can be written in any order you like within your class, so it can go before or after your Update method.

It does require a body so you will need to include your curly braces { } and the semi-colon is not required at the end of your method definition.

Hope this helps.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms