Search Issue Tracker
Not Reproducible
Votes
1
Found in [Package]
1.21.20
2.1.0
Issue ID
ADDR-3685
Regression
No
"NullReferenceException" error is thrown when building Addressables with excluded groups after domain reload
Reproduction steps:
1. Open the “ReproProject“ project
2. Open the “Assets/Scenes/SampleScene“ scene
3. Open the Addressables Groups window
4. Expand the “ExcludedGroup“ and the “IncludedGroup“ groups
5. Collapse the “ExcludedGroup“ and the “IncludedGroup“ groups
6. Reload domain (Tools > Reload Domain)
7. Build the Addressables (Build > New Build > Custom Build Script) in the Addressables Groups window
8. Observe the Console window
Expected result: No errors are thrown in the Console window
Actual result: “NullReferenceException: Object reference not set to an instance of an object“ error is thrown in the Console window
Reproducible with: 1.20.5 (2021.3.38f1), 1.21.20 (2021.3.38f1, 2022.3.28f1, 2023.3.0a15), 2.1.0 (6000.0.2f1)
Reproducible on: Windows 11 Pro (22H2)
Not reproducible on: No other environment tested
Comments (2)
-
Ylisar
Nov 06, 2024 19:49
This does happen on 1.19.19, which I believe is the latest if you're unity 2021 LTS. The issue is related to this line:
if (loc.IsFolder && loc.SubAssets.Count > 0)
It's inside SetAssetEntriesBundleFileIdToCatalogEntryBundleFileId line 593 in 1.19.19. The problem is that loc.SubAssets is not guaranteed to not be null. You can check https://discussions.unity.com/t/in-75879-random-failures-when-building-addressables/946651/6 for more discussion on this, but this bug is still in.
-
Ylisar
Oct 04, 2024 20:45
Overall it would be nice if even if there's no time to fix issues at least give us error messages which can help us track down what's wrong.
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
- Package files do not get checked out in Perforce when the project includes a provider callback
- Editor freezes when changing Gradient or AnimationCurve fields with the runtime binding system
- VFX throw errors upon importing it
- "NullReferenceException" error is thrown when swapping between built-in and URP depending on assets loaded out of asset bundles
- Objects receive a black outline in Ray Traced Screen Space Reflections
Resolution Note:
Cannot reproduce on latest 1.x or 2.x versions.