I subclassed the button class and I wrote a new one but buttons are remaning “selected”. How can I fix this?. You can see the problem in the attached images
[CustomEditor(typeof(Sugar_Button))]
[CanEditMultipleObjects]
public class Sugar_ButtonEditor : Editor {
public override void OnInspectorGUI() {
DrawDefaultInspector();
}
}