Error CS0246

My unity doesn’t let me play my game.
It say this:

[10285-problem+mental+unity.jpg|10285]

How can I fix it?

Thanks! :slight_smile:

1 Answer

1

Line 6 of your LabelEditor.cs script is using a variable with type PropertyEditor, but the compiler does not know what this type is. Figure out where this type is meant to come from.