Unity/Tip
~~~ is missing the class attribute 'ExtensionOfNativeClass'!
코샵
2023. 8. 21. 11:37
반응형
발생 원인 : GameObject의 컴포넌트 중 MonoBehaviour를 상속받지 않는 컴포넌트가 있을 때 발생함
해결 : 해당 컴포넌트를 삭제하거나 MonoBehaviour를 다시 상속 받으면 된다.
https://discussions.unity.com/t/missing-the-class-attribute-extensionofnativeclass/223666/5