What I want is a way that an editor script can tell when it has been attached to an object in the scene.
OnEnable() and Awake() only happen when you bring an object with the editor script attached to it up in the inspector.
Is there any built in method to accomplish this? Or perhaps some work around? The editor script only needs to tell when itself has been added to an object, not any other components.