I got an error when I try to attach my script to a gameObject.
'EnemyBehaviour' is missing the class attribute 'ExtensionOfNativeClass'!
Another times, I got:
Can't add script behaviour CallbackExecutor. The script needs to derive from Monobehaviour!
I have made sure my class derives from MonoBehaviour.
