❔ How to create class like MonoBehaviour from Unity

I want to learn how to create a class like that, where the functions CAN be implemented but don't have to, how to have for example start function that doesn't need to be specifically implemented in the extending class
Was this page helpful?