Search Issue Tracker
Fixed
Fixed in 3.5.X
Votes
8
Found in [Package]
3.4.2
Issue ID
HUBX-890
Regression
No
"Failed to import package project" when opening a project that was created by a signed-out user who edited it after signing in
Reproduction steps:
1. Open the Unity Hub
2. Press on the user icon and select the “Sign out” tab
3. Press the “New Project” Button
4. Press the “Create Project” Button
5. In the Editor, press Account > Sign in
6. Make some changes (create a Cube etc.)
7. Save those changes and close the Editor
8. Open the Project through the Unity Hub
Expected result: Changes made to the Project are kept
Actual results: (Failed to import package with error: Couldn't decompress package, Failed to import package project, Failed to import package (3)) are displayed in the Console Window and no changes are kept
Reproducible with: 2020.3.46f1, 2021.3.22f1, 2022.2.13f1, 2023.1.0b10, 2023.2.0a8
Reproducible on: Intel MacOS 13.2.1
Note: The 2022.2.13f1, 2023.1.0b10, and 2023.1.0a8 versions reproduced a different result: “Opening file failed” error in “Finishing Asset Importing” while the Project is being loaded (after all reproduction steps are completed)
Comments (4)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
AlexGone
Jun 06, 2023 00:10
Like Chemicalcrux said in the last post, the bug is much more severe.
Everything gets wiped out, the project is then in an empty/fresh state.
Unity 2021.3.18f1
Edition Windows 10 Pro
Version 22H2
Installed on 2/10/2021
OS build 19045.2965
Experience Windows Feature Experience Pack 1000.19041.1000.0
chemicalcrux
Jun 04, 2023 00:46
An extra note: on Windows, performing the sequence specified in the description doesn't wipe the project. It does, however, pop up a warning that it could not find a project template at "C:/Program" .
It sounds like the bug was about to occur, but that an unrelated error (not correctly handling spaces in the path) prevented it.
Chillerkiller01
Jun 03, 2023 23:02
It destroyed my whole project after i logged into my account while working on the project and then closing the editor
chemicalcrux
Apr 14, 2023 11:26
I think this got merged with another issue, or was edited in some way: the bug **completely destroys the project**, replacing it with the template. This is much worse than a "failed to import package" problem.