Skip to content

Releases: dubit/unity-hierarchy-behaviour

1.3.0

02 Jan 11:41
da37b24
Compare
Choose a tag to compare

Changes

  • #17 Refactoring
  • #18 Upgrade .NET
  • #19 Fixed namespace HieriarchyBehaviour -> HierarchyBehaviour
  • #20 Upgrade Prefab Utility API

1.2.0

24 Jan 11:56
b846255
Compare
Choose a tag to compare

How to upgrade

  • A rename to Assembly definitions will cause a need to re assign assembly references
  • A rename to Namespaces will cause a rename of import namespaces from DUCK to Duck

API Added

gameObject.CreateChild() creates a gameObject as a child.
gameObject.CreateChild(string name) creates a gameObject as a child with a specified name.

1.1.1

07 Aug 08:27
7d71520
Compare
Choose a tag to compare
  • Minor changes to the README
  • Rearranged folder structure to remove nested assembly
  • Renamed TestBehaviour assembly referenced by Tests, it shouldn't cause any reference issues because its not intended to be used outside the library itself.

1.1.0

13 Jul 13:32
665772c
Compare
Choose a tag to compare
Merge pull request #8 from dubit/development

Release 1.1.0