little confused here, maybe someone can help?
1 Like
Hi Hugo,
Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture? Is the LoadFirstScene method defined in the class code block and not inside the code block of another method?
Also make sure that the LoadFirstScene method is not static
. Look for the static
keyword in your code.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.