Merge branch 'main' into fix/remove-directive-2019-3
This commit is contained in:
commit
6d39db142a
@ -56,7 +56,7 @@ namespace MackySoft.SerializeReferenceExtensions.Editor
|
|||||||
Rect foldoutRect = new Rect(position);
|
Rect foldoutRect = new Rect(position);
|
||||||
foldoutRect.height = EditorGUIUtility.singleLineHeight;
|
foldoutRect.height = EditorGUIUtility.singleLineHeight;
|
||||||
|
|
||||||
#if UNITY_2022_2_OR_NEWER
|
#if UNITY_2022_2
|
||||||
// NOTE: Position x must be adjusted.
|
// NOTE: Position x must be adjusted.
|
||||||
// FIXME: Is there a more essential solution...?
|
// FIXME: Is there a more essential solution...?
|
||||||
foldoutRect.x -= 12;
|
foldoutRect.x -= 12;
|
||||||
@ -197,4 +197,4 @@ namespace MackySoft.SerializeReferenceExtensions.Editor
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user