0.3.0: Added Int/String to Animator parameter and tag popup

This commit is contained in:
Anders Ejlersen 2021-10-16 01:50:06 +02:00
parent 36a8310a01
commit 4ddb552bad
14 changed files with 298 additions and 1 deletions

View file

@ -30,6 +30,10 @@ namespace Module.Inspector.Editor
{
position = GUILayoutUtility.GetLastRect();
position.y -= totalHeight;
#if UNITY_2020_1_OR_NEWER
position.width = EditorGUIUtility.currentViewWidth - 22.0f;
#endif
}
position.y = position.yMax + EditorGUIUtility.singleLineHeight;