RealityStop / Bolt.Addons.Community

A community-driven project for extending Unity Bolt
MIT License
250 stars 34 forks source link

[Feature Request] Allow Initializing an Object Pool with a Parent of the Client's Choice #62

Closed CG-Tespy closed 3 months ago

CG-Tespy commented 10 months ago

As things are now, all Object Pools do their thing with a parent object that they create. Which is fine for cases where you don't need a specific already-in-the-scene parent for the objects, but for cases you do, they're unusable.

What would be such a case? The UI for a turn-based RPG. You'd want buttons the player can click to use things like skills or items. Buttons set to specific parents in the UI so that they're placed correctly. Parenting them to some not-in-the-Canvas Transform would make it so that said buttons don't show up, which is... well, yeah.

S2NX7 commented 10 months ago

Hey well I should be able to add that thanks for letting me know