Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

v0.90.10 (dev)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Razmoth Razmoth released this 04 Sep 13:44
· 59 commits to dev since this release

v0.90.10 (dev) latest changes:

Core:

  • Rollback resolving dependencies (which seemed to be more consistent)
  • Introduced file logging (when enabled, will log into log.txt, keep most recent log into prev_log.txt)
  • Introduced verbose logging [WIP]
  • Fix parsing issue with some bundle files in recent versions [GI]
  • Fix parsing issue with some of the Texture2D [GI]
  • Added togglable AnimationClip parsing.

CLI:

  • Added option to disable AnimationClip parsing and enable file logging in .config file.
  • Added option --verbose to enable verbose logging.

GUI:

  • Added support to regex searching for Assets List (auto filtering has been removed now, clearning the search box and pressing enter will restore all filtered assets)
  • Added support to regex searching for scene heirarchy view (with ctrl to check found result, or shift for find all at once)
  • Added option to disable AnimationClip parsing in Export options menu.