Skip to content

third release

Compare
Choose a tag to compare
@nesrak1 nesrak1 released this 20 Aug 19:52
· 260 commits to master since this release

This version is outdated

You should download the latest release instead of this version.

This is the third release for UABEA.
Features:

  • added select version window when version is not in database
  • replaced bcnencode for ispc for faster texture encoding in texture2d plugin
  • added crunch support in texture2d plugin
  • added batch texture import/export in texture2d plugin
  • added support for all other fields in texture2d plugin
  • added textasset plugin
  • added bundle compression window
  • added view asset when visiting PPtrs in the view asset window
  • support saving any modified assets file, not just the first one
  • export assets with a default filename
  • warn on overwriting currently open assets file
  • added basic emip support (for assets files only so far)
  • added search
  • added goto asset by id
  • added 2020.3 class database
  • added support for split assets files (simple merge)

Bug fixes:

  • fix non resS textures looking for resS files
  • fix bc7 decoding incorrectly due to bgra swap
  • fix some dialogs crashing on cancel on different platforms (yet to be fully fixed, AvaloniaUI/Avalonia#6033)
  • fix clicking some buttons in info window crashing when no asset selected
  • fix scriptableobjects causing crashes
  • fix import dump not escaping correctly
  • fix opening UABEA from a different folder not detecting classdata.tpk file.
  • fix opening very large files (fixed in AssetsTools.NET)
  • and more that I forgot

Thanks to everyone for reporting bugs on Github and Discord. If you have time and want to help out, either by fixing bugs or adding new features, please do!

Edit: If it wasn't already obvious, the lin version is for Linux and the win version is for Windows...