Hi,
I am developing a 3D game, but for the menus and inventories that display many icons, I’d like to replace individual sprites and use a sprite atlas or a sprite sheet.
However, right now a slot of the inventory is a game object that has an Image Component with the individual sprite. Once, I use the atlas, how can I attach a slice of the sprite sheet to the game object ‘‘Slot’’?
In UVS, I use Get Image Component and Get/Set Sprite to modify the content of the inventory. How can I do that with an atlas?
Thanks