Collect of UI elements


Collects user interface elements and provides convenient access to this collection.


by NewMegaEight


Price History +

[Documentation]


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.