Unity-Technologies / Addressables-Sample

Demo project using Addressables package
1.29k stars 298 forks source link

Address 'xxx' cannot contain '[]' error #88

Open zoro963 opened 1 year ago

zoro963 commented 1 year ago

My asset filename must be named "[xxx]", how do I fix this to work

Brown2Fox commented 1 year ago

'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.

ultrasuperpingu commented 2 months ago

Agree it's a bug. The address should be automatically set to something correct...