Addressables-Sample
Addressables-Sample copied to clipboard
Address 'xxx' cannot contain '[]' error
My asset filename must be named "[xxx]", how do I fix this to work
'assetAddress[subAssetName]' is special syntax for requesting sub-assets. For example, sprites from sprite atlases. So you need remove square brackets from your asset address.
Agree it's a bug. The address should be automatically set to something correct...
Is there a good way to fix this up ???