com.unity.properties 0.10.4-preview

com.unity.properties

Notes: processedReleased January 13, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3 (0f1)

Features

  • Added new `FormerlySerializedAs` attribute that can be applied to struct, class, field and property types.
  • Added new methods `TypeConstruction.[Try]ConstructFromAssemblyQualifiedTypeName` that can construct types from assembly qualified type name. If the assembly qualified type name fails to resolve to a valid type, it will try from types marked with `FormerlySerializedAs` that matches.