Giter Site home page Giter Site logo

Comments (12)

noahlann avatar noahlann commented on August 14, 2024

sorry for my bad english...

from uabe.

DerPopo avatar DerPopo commented on August 14, 2024

There will be some fixes for it but there still might be some bugs.

from uabe.

0x900x90 avatar 0x900x90 commented on August 14, 2024

Looks like new unity version uses DXT4 format sometimes. I made raw dump and imported them in PVRTexTool using raw wrapper. Got perfect result.

from uabe.

DerPopo avatar DerPopo commented on August 14, 2024

They added DXT1Crunched and DXT5Crunched (using https://github.com/richgel999/crunch ), there isn't anything about DXT4 in the enums though.

from uabe.

0x900x90 avatar 0x900x90 commented on August 14, 2024

You are right. I don't see DXT4 in enums.

from uabe.

noahlann avatar noahlann commented on August 14, 2024

thank for you guys help.

from uabe.

noahlann avatar noahlann commented on August 14, 2024

@0x900x90
raw wrapper need some arguments "Header" , i dont know what to type...
help me pls.

from uabe.

0x900x90 avatar 0x900x90 commented on August 14, 2024

Please, upload your assets file and write file name inside it, which you can't to extract properly. Use zippyshare.com for example.

from uabe.

0x900x90 avatar 0x900x90 commented on August 14, 2024

@DerPopo
Tried to export file from assets of version 5.2.1p1. Used raw and dump. Got this 2 files. Raw file is OK, but dump is incomplete. When i try to use plugin, getting png with wrong colors. Is that the same problem?

http://www46.zippyshare.com/v/M4wQKVud/file.html

I can import exported raw file to PVRTexTool as ARGB4444. Result is fine.

P.S. Looks like the problem is in this string

0 int m_ImageCount = 256

from uabe.

DerPopo avatar DerPopo commented on August 14, 2024

The Texture2D type has changed, the new one will be supported in the next release.

from uabe.

0x900x90 avatar 0x900x90 commented on August 14, 2024

In 1.8 version the problem with colors still exists. It's not critical for me. But if you want to fix it, check this function convertToRGBA32 in this class.

https://github.com/vToMy/disunity/blob/master/disunity-core/src/main/java/info/ata4/disunity/extract/Texture2DExtractor.java

from uabe.

DerPopo avatar DerPopo commented on August 14, 2024

The 16bit texture format problems were caused by different endianess used by Unity between 16 and 24/32bit formats (might be caused by some standards) but now I should have all fixed for the next release.

UABE, in contrast to (most?) other Unity tools, converts the raw texture data so it always has RGBA32 which .tga and .png can handle. Other tools normally use the raw texture data and put them into a matching container format.

from uabe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.