What is Smart Addresser?
mainSmart Addresser is a tool designed to automate the assignment of addresses and labels within Unity's Addressable Asset System. Instead of manually dragging and dropping assets into the Addressables Groups window, you can define rules using a GUI to automatically assign addresses based on criteria such as:
- All Prefabs within a specific folder.
- All assets placed inside a folder named "Addressables".
- All assets whose paths match a specific regular expression.
Additionally, it includes a version control feature that allows you to exclude assets from builds by specifying a version during the build process. The tool also provides validation utilities and a CLI for integration into CI/CD pipelines.