Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fancy component pool implementation #73

Merged
merged 1 commit into from
Jul 14, 2021
Merged

Conversation

alexey-yaremenko
Copy link
Contributor

Purpose of this PR

A fancy version of Component Pool implementation was added to the package.

Intent:
There is a PrefabPool implementation available in the Foundation package already.
Besides the cases where you need only a pure GameObject entity instantiated from the prefab source, there are cases where you want to have a component instance from the prefab root. So this pool implementation is exactly about it.

Testing status

  • No tests have been added.

Manual testing status

Tested in Unity Editor.

@alexey-yaremenko alexey-yaremenko self-assigned this Jul 12, 2021
@github-actions github-actions bot added the enhancement New feature or request label Jul 12, 2021
Copy link
Contributor

@stan-osipov stan-osipov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kodiakhq kodiakhq bot merged commit be9883b into master Jul 14, 2021
@kodiakhq kodiakhq bot deleted the feat/component-pool branch July 14, 2021 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants