V2.0.5.8
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.