Skip to content

1.35.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 16:46
· 39 commits to master since this release

1.35.0 (2022-02-03)

Bug Fixes

  • Fixed unnecessary garbage allocations in ListHelper.Empty (8a09a55)
  • Removed the unnecessary requirement for serializable types to have at least one serialized field (da8e3bf)

Features

  • Added an optional icon argument to GUIContentHelper.Temp() (ede56bd)
  • Added AssemblyGeneration class useful for generating assemblies that are not supposed to be auto-referenced (3b30b54)
  • Added AssetDatabaseHelper.DisabledScope() for disabling asset database temporarily (4727f9d)
  • Added AssetDatabaseHelper.GetUniqueGUID() method (b644fd8)
  • Added DrawerWithModes property drawer (2ebe4e7)
  • Added Enumerable.SelectWhere() extension method (02c02c9)
  • Added IEnumerable interface for ReadOnlySpan and Split() extension method (6b6241d)
  • Added new icons to EditorIcons: AddButtonS and AddButtonI (8c19edf)
  • Added SerializedProperty.GetParent(), GetObjectType, GetFieldInfo, GetObject methods (ce3394a)
  • Added string.GetSubstringBefore(char character) extension method (79ef45e)
  • Added the ArrayHelper class with methods that allow changing the size of the array (cebdd0f)
  • Added the EditorHelper.GetCurrentMousePosition() method (8d154df)
  • Added the GUIContentHelper.Temp(text, tooltip) method (585544d)
  • Added the string.GetSubstringBeforeLast extension method (cd45460)