Skip to content

Releases: SolidAlloy/ClassTypeReference-for-Unity

2.6.1

09 Nov 12:14
Compare
Choose a tag to compare
  • Fixed the triangle_right_16.png image that produced an error for some users.

2.6.0

03 Nov 10:23
Compare
Choose a tag to compare

2.6.0 (2020-11-03)

Features

  • Added 'suppressLogs' optional parameter to the TypeReference constructors (2d7a2b5)

Updated Dependencies

01 Nov 18:38
Compare
Choose a tag to compare
2.5.3

Merge branch 'master' of https://github.com/SolidAlloy/ClassTypeRefer…

2.5.2

01 Nov 18:28
Compare
Choose a tag to compare

2.5.2 (2020-11-01)

Bug Fixes

  • Added a delayed method to log a warning after unsucessful deserialization (81e1770)
  • Adjusted the logic of TypeReferenceComparer (554fc6f)
  • GUID is now emptied if the type was not found, so that it is not searched for again. (b23cb92)
  • Improved TypeReferenceComparer hashcode generator (5c2ab4f)
  • Started using better method to find class type of the asset. (bddb117)
  • The renamed type is now found as soon as all inspectors are updated (36fbd1f)

2.5.1

17 Oct 11:37
Compare
Choose a tag to compare

2.5.1 (2020-10-17)

Bug Fixes

  • Changed return type from array to list for the GetAssembliesTypeHasAccessTo method (3f2025e)

2.5.0

16 Oct 20:18
Compare
Choose a tag to compare

2.5.0 (2020-10-16)

Features

  • Added an additional construct for the Inherits attribute (b0a1444)

2.4.0

16 Oct 19:26
Compare
Choose a tag to compare

2.4.0 (2020-10-16)

Features

  • Allowed adding more than one base type for the Inherits attribute (4afd2d5)

Updated Dependencies

13 Oct 10:42
Compare
Choose a tag to compare

Bug Fixes:

  • Updated the SolidUtilities dependency to fix errors in C#7

2.3.0

13 Oct 10:24
Compare
Choose a tag to compare

2.3.0 (2020-10-13)

Bug Fixes

  • Replaced AdditionalFilter with SerializableOnly option (bbf9731)

Features

  • Added the AdditionalFilter attribute option (194db0b)
  • Added TypeReference array comparer (c674f8a)

2.2.3

04 Oct 18:50
Compare
Choose a tag to compare

2.2.3 (2020-10-04)

Bug Fixes

  • Made TypeReferenceComparer.GetHashCode not accept null Type (3e388b9)
  • Removed unnecessary assignment of type when showing the dropdown window (d4399e0)