Publisher | NewMegaEight |
---|---|
File size | 202.27kB |
Number of files | 16 |
Latest version | 1 |
Latest release date | 2022-05-09 04:35:15 |
First release date | 2022-04-12 11:37:12 |
Supported Unity versions | 2018.4.2 or higher |
A quick and easy way to collect your user interface elements into one collection and then get objects by their name or by index. Add your own element types.
Features
- An easy way to collect items in one place;
- Search in the collection;
- Class generation with TagName so as not to enter a name and not make a typo;
- Searching for objects within itself and adding to the list;
- Smart search that skips children of certain types;
- Deleting slots in a collection according to a certain algorithm (all, with an empty object, with a GameObject type).
How work
Add a "Collection UI Elements" component to the game object and click the "Find and add element" button, it will find the items inside itself and add them to the collection.