[Solved] Are the exported game-file textures shrunk or lower resolution?

Discuss modding questions and implementation details.
Post Reply
User avatar
Magicono43
Posts: 1141
Joined: Tue Nov 06, 2018 7:06 am

[Solved] Are the exported game-file textures shrunk or lower resolution?

Post by Magicono43 »

After taking forever figuring out how to replace the default pop-up menu textures with modded in textures, I quickly noticed that the "test" images I were using, which were from the exported .png texture files were coming out extremely blurry for some reason.

If anybody know, is this due to these exported files having lower resolution that the "raw" textures, or are they shrunk and looking blurry from being stretched improperly directly replacing them as I am?

Here are some examples for comparison:
Vanilla Texture Pulled From Raw Files
Vanilla Texture Pulled From Raw Files
Untitled3.png (1.83 MiB) Viewed 867 times
"Modded" Texture From Exported Game Texture Bundle, Identical Box
"Modded" Texture From Exported Game Texture Bundle, Identical Box
Untitled2.png (1.92 MiB) Viewed 867 times
Bundle
Bundle
Untitled1.png (1.87 MiB) Viewed 867 times
Last edited by Magicono43 on Wed May 20, 2020 8:44 pm, edited 1 time in total.

User avatar
Kaedius
Posts: 58
Joined: Wed Apr 17, 2019 11:04 pm

Re: Are the exported game-file textures shrunk or lower resolution?

Post by Kaedius »

Are the images being imported to Unity? If so, click the image and make sure filter mode is point (no filter) in the inspector and not bi or trilinear. I think it defaults to bilinear.

User avatar
Magicono43
Posts: 1141
Joined: Tue Nov 06, 2018 7:06 am

Re: Are the exported game-file textures shrunk or lower resolution?

Post by Magicono43 »

Kaedius wrote: Wed May 20, 2020 7:50 pm Are the images being imported to Unity? If so, click the image and make sure filter mode is point (no filter) in the inspector and not bi or trilinear. I think it defaults to bilinear.
Yeah it does apparently, Burt helped me with this one as well. Thanks for the reply though, I honestly would have never thought to mess with the image settings in Unity, lol.

User avatar
Magicono43
Posts: 1141
Joined: Tue Nov 06, 2018 7:06 am

Re: [Solved] Are the exported game-file textures shrunk or lower resolution?

Post by Magicono43 »

Turns out I needed to change another setting as well, otherwise it was still coming out blurry. Had to change the "Texture Type" from "Default" to "Sprite (2D and UI)".

Now the result looks pretty good:
Untitled4.png
Untitled4.png (1.72 MiB) Viewed 834 times

Post Reply