Wooh! Exciting techno-mumbo-jumbo coming up! Unity’s game object system has a base-class called MonoBehaviour, and every script you want to use in your game scene has to derive from it. Thus, you use it for everything, it is your hook into everything that is Unity. Mod makers for a Unity game would need to write [...]