Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.18.9
Issue ID
ADDR-2250
Regression
Yes
Addressables package always includes URP's hlsl when doing content update
How to reproduce:
1. Open the attached file "Addressables.zip"
2. Open the Launch scene (Assets>Scenes>Launch)
3. Hit the Play button
4. Open the Console
Expected result: No errors
Actual result: Errors appear:
RemoteProviderException : Invalid path in AssetBundleProvider:
ResourceManagerException : ProvideResources failed
OperationException : ChainOperation failed because dependent operation failed
Reproducible with: 1.18.9, 1.18.15, 1.9.4 (2019.4.30f1, 2020.3.18f1, 2021.1.20f1)
Not reproducible with: 1.17.17. 1.18.4 (2019.4.30f1, 2020.3.18f1, 2021.1.20f1)
Could not test with: 2021.2.0b10, 2022.1.0a7 (Error appears about multiple precompiled assemblies with the same name)
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note:
Would not reproduce.