v9.6.4
·
15 commits
to master
since this release
9.6.4 (2019-12-21)
Bug Fixes
- deps: use latest pipeline templates (8269efb)
There is an issue with the previous template not correctly building the Unity software image. This latest version should fix the issue.
- MemberChange: refactor custom inspector logic to be composable (17abe41)
The custom unity InspectorEditor has now been refactored so the logic within the OnInspectorGUI has been separated out into more logical chunks so these different methods can be called separately or overriden where required.
The functionality of the inspector has not changed in anyway so this fix is purely just making method logic more accessible.