Error message
I am testing out coding for the first time! I have been following a tutorial and i have gotten this error:
Assets\EndTrigger.cs(10,21): error CS1061: 'GameManager' does not contain a definition for 'CompleteLevel' and no accessible extension method 'CompleteLevel' accepting a first argument of type 'GameManager' could be found (are you missing a using directive or an assembly reference?)
Here is my small code:
Here is my game manager script
I also have the problem where "The associated script can not be loaded. Please fix any compile errors and assign a valid script.
Help!
Your answer
Follow this Question
Related Questions
Parsing error- Please help! 0 Answers
Im getting an error message CS0117 after adding universal rp please help 0 Answers
Help Troubleshooting: "Cannot generate 9 slice most likely because the size is too big." 2 Answers
Error building player because scripts have compile errors in the editor 1 Answer