nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.16k stars 149 forks source link

Error while exporting Texture2D in Unity 2023.2.3f1 version #301

Closed LunarExpress closed 8 months ago

LunarExpress commented 8 months ago

Using the latest nightly build,an error occured while exporting Texture2d file. This is the error report. Dingtalk_20240118143057 Maybe the new version of unity changed save format of texture2d.I mentioned that when you exporting dump of Texture2d file,the text seems strange,not like earlier version.And the file offset is also not correct. 2222

nesrak1 commented 8 months ago

Replace your classdata.tpk with the one in this zip: https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/lz4_file.zip

LunarExpress commented 8 months ago

Replace your classdata.tpk with the one in this zip: https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/lz4_file.zip

That solves the problem,thank you