io.extendreality.malimbe
Advanced tools
Comparing version 6.0.0 to 6.1.0
# Changelog | ||
# [6.1.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v6.0.0...v6.1.0) (2019-01-21) | ||
### Bug Fixes | ||
* **packaging:** add missing package files ([7b6ca62](https://github.com/ExtendRealityLtd/Malimbe/commit/7b6ca62)) | ||
### Features | ||
* **BehaviourStateRequirement:** allow returning early in Behaviours ([ee9955a](https://github.com/ExtendRealityLtd/Malimbe/commit/ee9955a)) | ||
# [6.0.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v5.2.0...v6.0.0) (2019-01-20) | ||
@@ -4,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of tools to simplify writing public API components in Unity.", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"unity": "2018.1", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -41,2 +41,3 @@ [![Malimbe logo][Malimbe-Image]](#) | ||
</Malimbe.FodyRunner> | ||
<Malimbe.BehaviourStateRequirementMethod/> | ||
<Malimbe.MemberClearanceMethod/> | ||
@@ -78,2 +79,9 @@ <Malimbe.PropertySerializationAttribute/> | ||
### `BehaviourStateRequirementMethod` | ||
A Unity-specific weaver. Changes a method to return early if a combination of the GameObject's active state and the Behaviour's enabled state doesn't match the configured state. | ||
* Annotate a method with `[RequiresBehaviourState]` to use this. The method needs to be defined in a type that derives from `UnityEngine.Behaviour`, e.g. a `MonoBehaviour`. | ||
* Use the attribute constructor's parameters to configure the specific state you need the GameObject and the Behaviour to be in. | ||
### `MemberClearanceMethod.Fody` | ||
@@ -80,0 +88,0 @@ |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
776397
60
191
23