Closed masak2 closed 4 years ago
This should work, when you use Context menu > Reimport
(or just create the Test
folder).
^Assets/Addressable/Test$
But failed with Context menu > Addressable Importer Check Folder(s)
, which won't send directory itself to the importer. The behavior is inconsistent. I consider it a bug, and just fixed in https://github.com/favoyang/unity-addressable-importer/commit/18923eb3ca4e5e33eb28eaa620fdc0a63258b495
:tada: This issue has been resolved in version 0.7.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
@masak2,
Please check out v0.7.1 and docs https://github.com/favoyang/unity-addressable-importer/blob/master/Documentation~/AddressableImporter.md#rule-examples
Thanks, it works well.
Path:Assets/Addressable/Test$ MatchType:Regex
This does not set an address.
Path:Assets/Addressable/Test MatchType:Wildcard This sets address to all fiels under Test directory.
I hope to be fixed that this addon sets an address to any directory.