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
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
- Asset Bundles non-deterministic behavior with CRCs and hash when a video has Transcoding enabled and Sprite Atlas has an override option enabled
- [Quality Hackweek] Errors "InvalidOperationException: EnsureRunningOnMainThread can only be called from the main thread" and "NullReferenceException" shown when switching build platforms with Muse Texture package installed
- "Importer(DefaultImporter) generated inconsistent result for asset" warnings are thrown when reimporting the "URP" texture
Add comment