com.unity.properties 0.10.4-preview
Notes: processedReleased January 13, 2020
Unity Compatibility
Minimum Unity: 2019.3 (0f1)
Package Dependencies
✨ 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.
