Search Issue Tracker
In Progress
Fixed in 6000.2.0a6
Votes
1
Found in
6000.0.37f1
6000.1.0b5
6000.2.0a2
7000.0.0a1
Issue ID
UUM-96605
Regression
Yes
"One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
Reproduction steps:
1. Open the attached "repro_IN-94034"
2. Open the "Assets/Scenes/SampleScene.unity" Scene
3. Open the Build Settings/Build Profiles window ("File -> Build Settings.../Build Profiles")
4. Set the platform to "Windows" and enable the "Development Build" parameter
5. Click the "Build And Run" button
6. Observe the Console window in the Player
Expected result: No errors are thrown in the Console window
Actual result: "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error is thrown in the Console window
Reproducible with: 6000.0.0b15, 6000.0.37f1, 6000.1.0b5, 6000.2.0a2
Not reproducible on: 2022.3.57f1, 6000.0.0b14
Reproducible on: Windows 10 (22H2), Windows 11 (23H2) (user's environment)
Not reproducible on: No other environments tested
Note: Not reproducible without the Addressables package, but the reproduction does not depend on the Addressables version
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
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
Resolution Note (fix version 6000.2.0a6):
This is by design. The user is trying to load Adaptive Probe Volumes from AssetBundles or Addressables. This is only supported when the "Probe Volume Disable Streaming Assets" project setting is ticked.
See https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@17.0/manual/probevolumes-streaming.html#load-apv-data-from-assetbundles-or-addressables for more details.
For now, we will improve the error message in this case.