'Level' does not contain a definition for 'BlockDestroyed'

I have an error, course 66 Win The Level & Load
The error is Assets\Scrpts\Block.cs(26,15): error CS1061: ‘Level’ does not contain a definition for ‘BlockDestroyed’ and no accessible extension method ‘BlockDestroyed’ accepting a first argument of type ‘Level’ could be found (are you missing a using directive or an assembly reference?)

Hi,

Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture? Bear in mind that C# is case-sensitive, so make sure you spelt all names correctly.

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

Privacy & Terms