Unity-Technologies / com.unity.mobile.notifications

Mobile Notifications Package
https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.1/manual/index.html
Other
132 stars 42 forks source link

Use Color32 for textures #229

Closed smitdylan2001 closed 2 years ago

smitdylan2001 commented 2 years ago

I rewrote texture utils to use Color32 instead of color. Because of this the feature should use less memory

aurimasc commented 2 years ago

What is the point of the change? This is a feature that is used in Editor only and it is not the one that is called frequently. So I don't think memory usage here is of any concern, while losing image quality is concerning.