Skip to content

Releases: SolidAlloy/SolidUtilities

1.40.0

24 Jul 21:10
Compare
Choose a tag to compare

1.40.0 (2022-07-24)

Bug Fixes

  • Fixed exception when passing null array to ArrayHelper.Add() (38c5068)
  • Improved performance of ListHelper.EmptyList() (bb218be)
  • Resolved a GUID conflict with old SerializableDictionary (a967057)

Features

  • Added SerializedObject.SetHideFlagsPersistently() extension method (0965d89)
  • Switched from GUID to assembly names in asmdefs (67002a9)

1.39.0

07 Jun 17:37
Compare
Choose a tag to compare

1.39.0 (2022-06-07)

Features

  • Added an option to exclude assembly from editor during import (5f7dea7)

1.38.2

19 May 18:05
Compare
Choose a tag to compare

1.38.2 (2022-05-19)

Bug Fixes

  • Fixed the issue with editor icons disappearing randomly (fadd6a7)

1.38.1

13 May 14:23
Compare
Choose a tag to compare

1.38.1 (2022-05-13)

Bug Fixes

  • Fixed abstract serializable classes not being considered serializable by type.IsUnitySerializable() (7afc0b2)

1.38.0

13 May 12:09
Compare
Choose a tag to compare

1.38.0 (2022-05-13)

Bug Fixes

  • Fixed editor icons missing after exiting play mode (4280803)

Features

  • Added Enum.DoesNotContainFlag() extension method (24f68bd)

1.37.1

10 May 20:18
Compare
Choose a tag to compare

1.37.1 (2022-05-10)

Bug Fixes

  • Fixed incorrect dependency in SolidUtitlites assembly definition (f8e0bb9)

1.37.0

02 May 11:21
Compare
Choose a tag to compare

1.37.0 (2022-05-02)

Bug Fixes

  • Fixed errors related to read-only scenes during build (d8a4220)
  • Fixed the prefabs not being found in ProjectWideSearcher (a916bf1)
  • Replaced buttons of plus-i and plus-s with a less blurry ones (fa7642d)

Features

  • Added ProjectDependencySearcher that searches for SerializedObjects that will be put in a build, or objects that a scene depends upon, etc. (f286e4e)
  • Added ProjectDependencySearcher.GetSerializedObjectsFromOpenScenes() method (a54a6ea)
  • Added ProjectWideSearcher that searches for all SerializedObjects in the project, or in a certain scene, prefab, etc. (ee3da0b)
  • Added SerializedPropertyHelper.FindPropertiesOfType() (fc61190)

1.36.2

15 Mar 09:10
Compare
Choose a tag to compare

1.36.2 (2022-03-15)

Bug Fixes

  • Fixed ReadOnlySpan not being found in Unity 2020.3 and lower (b2cc6b2)

1.36.1

12 Mar 21:01
Compare
Choose a tag to compare

1.36.1 (2022-03-12)

Bug Fixes

  • Fixed the compilation error when installing SolidUtilities without Stytem.Runtime.CompilerServices (b447e9c)

1.36.0

12 Feb 20:51
Compare
Choose a tag to compare

1.36.0 (2022-02-12)

Features

  • Added EditorHelper.ForceRebuildInspectors() (8121c2e)
  • Added TypeHelper.GetNiceNameOfGenericType() method (2052bcd)