Skip to content

Watched Folders & Groups

When you register a watched folder, assets inside it are added automatically to the specified Addressables group.

In Project Settings › AchEngine › Addressables › Watched Folders, click + Add Folder to create an entry.

Watched Folder Entry

ItemDescription
Folder PathRelative path starting with Assets/ (for example, Assets/Art/Icons)
Group NameAddressables group name (created automatically if missing)
Address Naming ModeChoose between file name, full path, or GUID
Include SubfoldersWhether to scan child folders recursively
LabelsComma-separated list of Addressables labels

Address Naming Mode (AddressNamingMode)

ValueExample Generated Address
FileNameicon_sword
FullPathAssets/Art/Icons/icon_sword.png
GUIDa1b2c3d4e5f6...

Automatic Scan

When assets are added or removed, Unity's AssetPostprocessor automatically triggers a scan.

MIT License