Search Issue Tracker
Fixed
Fixed in 1.20.3
Votes
0
Found in [Package]
1.20.0
Issue ID
ADDR-2946
Regression
No
Addressables include non-UnityEngine.Object assets in the Resource Locations when DBD is used
To reproduce:
1. Open the project “DBD-Duplicate-Addr-Test”
2. Open Addressables Groups (Window → Asset Management → Addressables → Groups)
3. Build using the default script (Build → New Build → DBD)
4. Click on "Play Mode Script" and select "Use Existing Build"
5. Open the “Test” scene
6. Enter Play mode
7. Open the Console
Expected result: One log in the Console where ResourceType is GameObject
Actual result: Fifteen logs with different ResourceTypes
Reproducible with: 1.20.0 (2021.3.7f1, 2022.1.11f1, 2022.2.0a18)
Not reproducible with: 1.20.3 (2022.2.0a19, 2022.2.0b3, 2023.1.0a4)
Could not test with: 2020.3.38f1 (Console errors)
Reproduced on: macOS Monterey 12.5 (Intel)
Notes:
- Not reproducible when “Play Mode Script” is “Use Asset Database“
- Reproducible when “Play Mode Script” is “Simulate Groups“
- Script is Assets → Scripts → Game → TestAddr.cs
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Build error on Android when using Patch And Run paired with Play Asset Delivery
- "Browse" button for Xcode in the "Build Profiles" window is too big
- USS styles fail to inherit correctly when contentContainer is overridden in a custom control
- Copying and pasting Animator Transitions leads to unexpected behaviour
- "ShaderGraph" misses a space in the "Project Settings" section
Add comment