Copyright © 2026 Unity Technologies
Steps to reproduce:
Actual results: Every artifact read blocks for 60 seconds waiting on the dead service and then fails with "Error loading the file 'VirtualArtifacts/Primary/<hash>'. File is either empty or corrupted, please verify the file contents" - with a different artifact hash on each occurrence. The Editor gets stuck on a "Hold on (busy)" progress dialog (in this session on EditorApplication.delayCall: ReadmeEditor.SelectReadmeAutomatically, "Waiting for user code in Assembly-CSharp-Editor.dll to finish executing") and never recovers. The DataStore service is not restarted and no error about the lost service is shown. The Editor has to be terminated manually via the force quit button.
Expected results: The Editor detects that the DataStore service is gone and either restarts it and recovers, or fails with a clear error identifying the problem; artifact reads are not misreported as file corruption
Reproducible with versions: 6000.6.0b8, 6000.7.0a5
Can’t test with versions: 6000.0.82f1, 6000.3.22f1, 6000.5.9f1
Tested on (OS): Windows 11
Notes:
Issues you vote on will appear here