io.extendreality.malimbe
Advanced tools
Changelog
5.1.0 (2019-01-12)
Changelog
5.0.0 (2019-01-12)
Changelog
4.0.0 (2019-01-11)
Changelog
3.0.0 (2019-01-07)
SerializedProperty
attribute constructor to hide the field in the inspector is now
negated. Uses need to be updated to pass the negation of what they
previously passed. The default value of the parameter has been
updated which means the default constructor call doesn't need to be
changed to upgrade to this change.Changelog
2.0.0 (2019-01-07)
FieldToPropertyAttribute
use a property and annotate it with
SerializedPropertyAttribute
. Auto-implemented properties as well
as regular ones are supported and the only requirement is to have a
getter and setter (of any accessibility level).