Search Issue Tracker
Duplicate
Votes
0
Found in
2018.1.0b1
Issue ID
981057
Regression
Yes
Unity fails to resolve packages after opening a project stored in cloud storage
Steps to reproduce:
1. Download and install Microsoft OneDrive
2. Create a new Unity project in OneDrive directory
3. Close Unity
4. Wait for the project to be uploaded to OneDrive
5. Open Unity
6. Open created project
Expected results:
Project opens without any issues
Actual results:
Unity fails to resolve packages
Reproduced in: 2018.1.0b1
Didn’t reproduce in: 2018.1.0a7, 2017.3.0p1, 2017.2.1p1, 2017.1.3f1, 2017.1.0a1
Regression introduced in: 2018.1.0b1
Note: After opening the project, an error appears in the console: "Failed to initialize project : [C:/Users/USERNAME/OneDrive/PROJECT_NAME/UnityPackageManager] directory does not exist. No packages loaded.". Crashes on PackageManager::PackageAssets::RegisterPackages in Unity 2017.2 and 2017.3 instead (Case 981002)
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
This is a duplicate of issue #981002