We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works correctly if the path is only in English
PS C:\Users\kotaro.nakajima\Iroiro\testDir> ..\UnityDataTool\UnityDataTool.exe analyze . -p '*.pkg' -o test.db Processing 100% (1/1) asset.pkg Finalizing database... Total time: 0.339 s
An error will occur if Japanese or emoji are included.
PS C:\Users\kotaro.nakajima\Iroiro\テスト> ..\UnityDataTool\UnityDataTool.exe analyze . -p '*.pkg' -o test.db Error processing file C:\Users\kotaro.nakajima\Iroiro\テスト\asset.pkg! System.IO.FileNotFoundException: File not found. at UnityDataTools.FileSystem.UnityFileSystem.HandleErrors(ReturnCode returnCode, String filename) in D:\Soft\UnityDataTools\UnityFileSystem\UnityFileSystem.cs:line 66 at UnityDataTools.FileSystem.UnityFileSystem.MountArchive(String path, String mountPoint) in D:\Soft\UnityDataTools\UnityFileSystem\UnityFileSystem.cs:line 33 at UnityDataTools.Analyzer.AnalyzerTool.Analyze(String path, String databaseName, String searchPattern, Boolean skipReferences) in D:\Soft\UnityDataTools\Analyzer\AnalyzerTool.cs:line 39 Finalizing database... Total time: 0.040 s
PS C:\Users\kotaro.nakajima\Iroiro\😋> ..\UnityDataTool\UnityDataTool.exe analyze . -p '*.pkg' -o test.db Error processing file C:\Users\kotaro.nakajima\Iroiro\??\asset.pkg! System.IO.FileNotFoundException: File not found. at UnityDataTools.FileSystem.UnityFileSystem.HandleErrors(ReturnCode returnCode, String filename) in D:\Soft\UnityDataTools\UnityFileSystem\UnityFileSystem.cs:line 66 at UnityDataTools.FileSystem.UnityFileSystem.MountArchive(String path, String mountPoint) in D:\Soft\UnityDataTools\UnityFileSystem\UnityFileSystem.cs:line 33 at UnityDataTools.Analyzer.AnalyzerTool.Analyze(String path, String databaseName, String searchPattern, Boolean skipReferences) in D:\Soft\UnityDataTools\Analyzer\AnalyzerTool.cs:line 39 Finalizing database... Total time: 0.032 s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Correct Behavior
Works correctly if the path is only in English
Error Behavior
An error will occur if Japanese or emoji are included.
The text was updated successfully, but these errors were encountered: