12 January, 2010

Error: To make the current member override that implementation...

If you get error in UNITY what says:
To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.

And you want the function to make that override then add override, like this:

public override void OnInspectorGUI() {


No comments:

Post a Comment