Releases: dubit/unity-hierarchy-behaviour
Releases · dubit/unity-hierarchy-behaviour
1.3.0
1.2.0
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
toDuck
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
- 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
Merge pull request #8 from dubit/development Release 1.1.0