Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.16.15
Issue ID
ADDR-1671
Regression
No
[Addressables] Asset with HideFlags.DontSaveInBuild is included in build
Reproduction steps:
1. Open attached project
2. Select Window/Asset Management/Addressables/Groups
3. Select SampleScene and Build/New Build/Default Build Script
4. Observe the Console window
Expected result: No errors appear and build is successfully completed
Actual result: The error appears "An asset is marked with HideFlags.DontSave but is included in the build"
Reproducible with: 1.8.5 - 1.16.15(2018.4.29f1, 2019.4.17f1, 2020.1.17f1, 2020.2.0f1, 2021.1.0a10)
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Element name field has no character limit in UI Builder
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
Resolution Note:
Currently our functionality mirrors that of Resources so we believe the build failing is correct.
We do realize there is a legitimate need to exclude assets from an Addressable folder in the build though and have opened a separate ticket to explore options to make that work.