Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.35.0](1.34.0...1.35.0) (2022-02-03) ### Bug Fixes * Fixed unnecessary garbage allocations in ListHelper.Empty<T> ([8a09a55](8a09a55)) * Removed the unnecessary requirement for serializable types to have at least one serialized field ([da8e3bf](da8e3bf)) ### Features * Added an optional icon argument to GUIContentHelper.Temp() ([ede56bd](ede56bd)) * Added AssemblyGeneration class useful for generating assemblies that are not supposed to be auto-referenced ([3b30b54](3b30b54)) * Added AssetDatabaseHelper.DisabledScope() for disabling asset database temporarily ([4727f9d](4727f9d)) * Added AssetDatabaseHelper.GetUniqueGUID() method ([b644fd8](b644fd8)) * Added DrawerWithModes property drawer ([2ebe4e7](2ebe4e7)) * Added Enumerable.SelectWhere() extension method ([02c02c9](02c02c9)) * Added IEnumerable interface for ReadOnlySpan<T> and Split() extension method ([6b6241d](6b6241d)) * Added new icons to EditorIcons: AddButtonS and AddButtonI ([8c19edf](8c19edf)) * Added SerializedProperty.GetParent(), GetObjectType, GetFieldInfo, GetObject methods ([ce3394a](ce3394a)) * Added string.GetSubstringBefore(char character) extension method ([79ef45e](79ef45e)) * Added the ArrayHelper class with methods that allow changing the size of the array ([cebdd0f](cebdd0f)) * Added the EditorHelper.GetCurrentMousePosition() method ([8d154df](8d154df)) * Added the GUIContentHelper.Temp(text, tooltip) method ([585544d](585544d)) * Added the string.GetSubstringBeforeLast extension method ([cd45460](cd45460))
- Loading branch information