Skip to content

1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 15:00
· 206 commits to master since this release

1.18.0 (2020-11-27)

Bug Fixes

  • Made SerializedProperty.GetObjectType work with custom serializable classes (f385e1e)
  • Started using a more reliable method to check if EditorWindow is overflowing the screen (e23abce)
  • Started using correct indent level in DrawWithIndentLevel() (9b43825)

Features

  • Added new EditorDrawHelper.DrawWithIndentLevel() method (cad369c)
  • Added ResizableTextArea attribute (23664a5)
  • Added the CreateEditor() method (94b4c02)
  • Added the GetScreenWidth method to calculate the sum of screen widths if multiple displays are used. (1c3243b)