Search Issue Tracker
Fixed
Fixed in 6000.2.0a6, 7000.0.0a21
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 Perforce login fails when Perforce shows a license expiry warning
- Assertion failed error in HDRP builds when enabling STP via script
- FBX Resamples Curves incorrectly when importing FBX files
- ProBuilder GameObject Faces disappear when increasing the Sides Count value
- FileUtil.CopyFileOrDirectory throws IOException when destination parent folder does not exist
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.