Unity-Technologies / com.unity.services.samples.use-cases

The collection of samples in this repo use Unity Gaming Services in a Unity project to demonstrate live gaming operations.
Other
443 stars 103 forks source link

Fixed addressable reference in readme for sword and shield #3

Closed cipherzzz closed 2 years ago

cipherzzz commented 2 years ago

The custom json data references currency but the addressable asset url is inventory in the game

ie. {"spriteAddress": "Sprites/Currency/Sword"} should be {"spriteAddress": "Sprites/Inventory/Sword"}

benanarigil commented 2 years ago

Thanks for letting us know. We are working on an update that includes this fix, too.