Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.1f1
Issue ID
1005679
Regression
No
Confusing errors are thrown when using "-importPackage" argument without providing a correct path to .unitypackage file
How to reproduce:
1. Acquire a Unity project
2. Execute this in terminal: "./Unity -projectPath /path/to/project -importPackage /random/path/"
(Leave out x.unitypackage file itself from the path. E.g., "./Unity -projectPath ~/project -importPackage ~/")
3. Observe the errors thrown in the Unity Console once Launched:
"Failed to import package with error: Couldn't decompress package"
"Failed importing package"
Expected result: an error is thrown, explaining that a .unitypackage file was not found in the provided file path
Actual result: errors thrown that are confusing for users:
"Failed to import package with error: Couldn't decompress package",
"Failed importing package"
Reproduced with: 5.5.6f1, 5.6.5p2, 2017.1.3p2, 2017.2.2f1, 2017.3.1p3, 2018.1.0b11, 2018.2.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment