bloodypenguin / Skylines-ModTools

Mod debugging/ reverse engineering tool for Cities: Skylines
MIT License
21 stars 15 forks source link

Cannot dump certain textures #18

Closed FireController1847 closed 6 years ago

FireController1847 commented 6 years ago

I'm not exactly sure what this error means, so...

Basically I was selected on HighwayBaseSegment and was trying to get _MainTex from it. Came out with these errors.

[Error]
ModTools.Explorer.GUIMaterial.OnSceneReflectUnityEngineMaterial():
Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats.

Could it be this image is a jpg and not a png?

FireController1847 commented 6 years ago

Okay, every single texture is giving this issue now... hmm...

FireController1847 commented 6 years ago

I'm noticing every time I hit preview the texture doesn't have a name (it's just ""), could that have anything to do with it? (Image) image

(Using Dump .png not in the preview plane) image

(Using Dump .png from within the preview plane) image