ExtendRealityLtd / Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
MIT License
51 stars 11 forks source link

feat(BehaviourStateRequirement): allow returning early in Behaviours - resolves #18 #21

Closed bddckr closed 5 years ago

bddckr commented 5 years ago

In a UnityEngine.Behaviour or a type derived from it it is often useful to return early while the Behaviour or the GameObject the Behaviour is on are disabled/inactive. This new weaver takes care of adding the necessary instructions to a method to return early based on those two states.

ExtendReality-Bot commented 5 years ago

:tada: This PR is included in version 6.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: