Search Issue Tracker
Fixed in 3.0.2-preview.1
Votes
0
Found in [Package]
3.0.1
Issue ID
1173167
Regression
No
[XR Management] Trying to download multiple SDK versions quickly forces Package Manager to not resolve any packages
If you attempt to download multiple XR SDKs quickly, the following error will appear in the console:
Failed to resolve packages: An operation that requires exclusive access to the project is already running and must be completed before another can be started.. No packages loaded.
This causes all the previously loaded packages to disappear from the project until the next time the editor is booted.
Once you have started downloading a loader, we should probably stop the user accessing that loader context menu until the operation has completed.
1. Open Unity
2. Open the attached project
3. Go to Edit > Project Settings > XR Plugin Management
4. Download the Oculus Loader
5. As soon as you initiate the download, attempt to download the Oculus Loader again
Expected Result:
You cannot start another loader download until the previous one has completed.
Actual Result:
You can start another loader download. Package Manager loses exclusive access to the project manifest and no packages are loaded.
Tested on Windows 10.
Occurs on version 3.0.1 using 2019.3.0a11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment