Hey all, really small question but I can't seem to find the answer. I have an inventory system and when a new item is added to a slot, there's a Sprite2D that is set to the texture of the item. Nothing special. But some images are much too large or too small for the size that I have the slot image underneath. How do I make sure all my images are scaled appropriately? Can I set it so that if an image is too small it scales up, or if too large scales down?
Or do I just need to make all my item images the same scale? I believe the ones that work are all 128x128. Do I just need to set all my icons to be that size?