com.unity.properties 0.7.0-preview
Notes: processedReleased August 23, 2019
Unity Compatibility
Minimum Unity: 2019.1 (0f1)
Package Dependencies
🔧 Bug Fixes
- Conversion to all supported underlying type of enums should now be supported.
- Type conversion should now work on derived types.
✨ Features
- Added `PropertyContainer.GetValueAtPath` and `PropertyContainer.SetValueAtPath`, which will set a value for a given `PropertyPath`.
- Added construction of a `PropertyPath` from a string (i.e. `Path.To.The.List[1].Value`).
📈 Improvements
- ***Breaking change*** `IPropertyGetter` and `ICollectionPropertyGetter` are now passed by ref during visitation.
