Skip to content

Conversation

@borntocompile
Copy link
Contributor

  • Separated tests into 3 files all partial class of GameObjectExtensionsTests
    E.g:
    GameObjectExtensionsTests.cs - Contains Setup and Tear down methods
    CreateChildTests.cs - Contains tests against overloaded CreateChild methods
    ReplaceChildTests.cs Contains tests against overloaded ReplaceChild methods

  • Separated core game object extension methods into partial classes. Same principal as above.

This should make things easier to maintain and expand IHierarchyBehaviour in future.

@borntocompile borntocompile merged commit fc8105e into development Feb 26, 2019
@kkjamie kkjamie mentioned this pull request Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants