Search Issue Tracker
Fixed in 1.6.0
Votes
0
Found in [Package]
1.1.5
Issue ID
1184325
Regression
No
[Addressables] Built-in modules aren't marked as dependencies
To reproduce:
1) Open the attached project
2) Open Package Manager
3) Go to Built-in packages
4) Try deleting one of the following: AssetBundle, JsonSerialize, UnityWebRequest, UnityWebRequestAssetBundle
Expected: Error is thrown that Addressables depend on them
Actual: Deleting is allowed, console throws compilation errors on Addressables code after the built-in package is removed
Reproduced in package version 1.1.5, 1.2.3
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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Resolution Note (fix version 1.6.0):
In 2019.3 and 2020.1 - the dependencies will be flagged and the user gets a message saying they need to uninstall Addressables first. This happens when trying to disable a package from built-in or disabling the dependency packages from "All Packages" list.