Reputation: 593
what are the fastest settings here:
https://docs.unity3d.com/Manual/TextureTypes.html#Sprite for Sprites (2D and UI)?
With fastest I mean, what are the settings that cost less power for cpu / gpu / ram / whatever.
the sprites i have are 32x32, if that is important.
Upvotes: 2
Views: 1586
Reputation: 480
TL;DR - Most these settings have little to no impact on performance more on quality or content/layout. Your performance is going to come more from how you structure your project.
Ansio Level - Forced to 1 for sprites
Max Size - Has little to no impact on performance, but will have an impact on storage size. Set this to the largest size that the image can be.
Performance Tips
Performance is going to be very specific to your specific project.
Upvotes: 4