You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to export some textures from an AssetBundle file using AssetsTools.NET.Texture and SixLabors.ImageSharp, but it produces incorrect texture (I also got the correct one using random asset browser program).
That method seems broken and probably never worked. I'll remove it next update. You should be passing it just the assets file: texture.GetTextureData(assetsFile);
Hello! I'm trying to export some textures from an AssetBundle file using
AssetsTools.NET.Texture
andSixLabors.ImageSharp
, but it produces incorrect texture (I also got the correct one using random asset browser program).Code (minimal reproduction):
Assets bundle file
commonassets.zip
What this program produces:
Actual texture:
The text was updated successfully, but these errors were encountered: