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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
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.