io.extendreality.malimbe
Advanced tools
Comparing version 8.1.4 to 8.2.0
# Changelog | ||
# [8.2.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v8.1.4...v8.2.0) (2019-02-13) | ||
### Bug Fixes | ||
* **UnityIntegration:** prevent serialization issues ([3ef85e2](https://github.com/ExtendRealityLtd/Malimbe/commit/3ef85e2)) | ||
### Features | ||
* **SerializedProperty:** support properties with just a get or set ([afb09cf](https://github.com/ExtendRealityLtd/Malimbe/commit/afb09cf)) | ||
## [8.1.4](https://github.com/ExtendRealityLtd/Malimbe/compare/v8.1.3...v8.1.4) (2019-02-05) | ||
@@ -4,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of tools to simplify writing public API components in Unity.", | ||
"version": "8.1.4", | ||
"version": "8.2.0", | ||
"unity": "2018.1", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -102,3 +102,3 @@ [![Malimbe logo][Malimbe-Image]](#) | ||
* Annotate a property with `[Serialized]` to use this. The property needs both a getter and setter. | ||
* Annotate a property with `[Serialized]` to use this. The property needs at least a getter _or_ a setter. | ||
* If the property's backing field doesn't use `[SerializeField]` it will be added. | ||
@@ -105,0 +105,0 @@ * If the property is an [auto-implemented property][Auto-Implemented Property] the backing field will be renamed to match the property's name for viewing in the Unity software inspector. All backing field usages inside methods of the declaring type will be updated to use this new name. Since C# doesn't allow multiple members of a type to share a name, the backing field's name will differ in the first character's case. E.g.: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
786907