MonoBehaviour vs Component

6559210--743014--upload_2020-11-25_15-28-39.png

6559210--743017--upload_2020-11-25_15-29-26.png

What the better way to solve this problem? Many people says what inherit from Component is worst, but if I dont needs a all functionality of MonoBehaviour???

6559210--743011--upload_2020-11-25_15-27-34.png

What problem?

Inherit from it anyway, and ignore the functionality you don’t care about.