public override void OnInspectorGUI() { MainCamera _target = (MainCamera)target; _target.ShowGUI(); UnityVersionHandler.CustomSetDirty(_target); }