Create a Unique Identifier for objects. This makes it easier to find specific objects. Asset includes a search feature to find gameobjects by ID
Features:
• Auto create with menu
• Auto create with hotkey
• Search for UID
• Mass select and create
• Checks to see if object already has UID (When selecting multiple)
• Auto incrementing ID's
• Convenient button on inspector to copy UID
A basic example of usage would be to add UID's to gameobjects, then use random numbers to call random objects between certain ranges.