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

fix(MemberChange): refactor inspector logic to be more composable #59

Closed extendreality closed 4 years ago

extendreality commented 4 years ago

The previous refactor of the custom unity InspectorEditor did not split out enough of the logic into their own methods so they were not completely usable independently.

This refactor splits out the methods even more so they are more independent and can be easily used on their own or overridden.

ExtendReality-Bot commented 4 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: