com.unity.properties 0.9.0-preview

com.unity.properties

Notes: processedReleased October 7, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3 (0f1)

Features

  • Added `TypeConstruction.TryConstruct[...]` variants for instantiating types without throwing exceptions.
  • Support for property drawers.

🔧 Bug Fixes

  • Attributes on a collection will now be correctly propagated to its elements.

📈 Improvements

  • Connectors are now registered on the `BaseField` directly instead of the explicit types (i.e. `IntegerField`), which will help with user defined types.
  • Added `PropertyContainer.Visit` overload with `ref TVisitor`.
  • ***Breaking change*** Changed all `IPropertyBag{T}.Accept` methods to pass the `TVisitor` by ref.