↧
What is the best way to fetch a Sprite?
I have an inventory system that has a lot of items. Each item has a sprite that needs to be fetched. As far as performance and memory usage are concerned, is it better to use Resources.Load every time...
View ArticleUI Image Offset/Scale Tiled Texture
When working with a UI Image on a Canvas, how do you offset the tiled texture and scale it?
View Article