Search Issue Tracker
Fixed in 6000.2.0a6
Fixed in 6000.2.X, 7000.0.0a21, future release
Votes
1
Found in
6000.0.37f1
6000.1.0b5
6000.2.0a2
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note (fix version 6000.2):
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.