Hi! I want to get the texture as sprite of the main graphic item. Is it possible to do in a easy way?
items = AC.KickStarter.player.Inventory.InvItems;
selected.sprite = items[indexSelected].tex; (I need a sprite here)
Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can generate a new sprite from a texture with code:
Thanks Chris!