Skip to content

V2.0.5.8

Compare
Choose a tag to compare
@HakuSystems HakuSystems released this 20 Jul 07:43
· 113 commits to main since this release

Version 2.0.5.8 - 20.07.2024

Bug Fix: Invalid Path Syntax in Unity Package Extraction

Issue:
Users encountered an error stating "The file name, directory name, or volume label syntax is incorrect" when attempting to extract Unity packages.

Fix Implemented:

  • Added a check to detect and remove invisible Unicode characters in the path before moving extracted files.
  • Removed any "00" appended to file extensions (e.g., .mat00 to .mat).
  • Included an additional check at the start to search for and remove any invalid path characters.

These changes ensure that the extraction process handles paths correctly and prevents the mentioned error.