LocalizedAsset<Sprite> cannot be used on an assets with multiple sprite.

I had a sprite. This sprite is cut into multiple sprites, used like atlas.
When I drag the atlas pieces to the LocalizedAsset table, at first it worked fine, but if I added another asset there, the previous asset will not use the correct atlas piece, it will only use the first one. If I click the asset in the asset table, it will highlight the sprite file instead of the correct atlas piece.

And thus LocalizedAsset cannot be used with atlas sprite. Is this a bug? Or did I do something wrong?

9614801--1364522--2024-01-31 14_36_55.png

What version of the package are you using?

Version 1.3.2

This is the latest version I can use in Unity 2021.3.32f1 from my understanding.

You need at least 1.4.2 to use sub-assets which is what sprites are. If the version is not visible then you can open the manifest.json file and edit the version directly. 1.4.5 is the latest version which supports 2019.4 and above.