Search Issue Tracker
Fixed in 1.6.0
Votes
0
Found in [Package]
0.4.6, 1.2.2
Issue ID
1183450
Regression
No
AddressablesDataBuilders.cs method CreateResult() does not assign the passed locCount parameter to the LocationCount variable
How to reproduce:
1. Create a new Unity project
2. Download and import the Addressables package
3. Navigate to Packages/Addressables/Editor/Build and open AddressablesDataBuilders.cs
4. See the CreateResult() method
Expected result: passed locCount parameter is assigned to LocationCount variable
Actual result: passed locCount parameter is not assigned to LocationCount variable and is unused
Reproducible with Unity versions: 2018.4.8f1, 2019.2.5f1, 2019.3.0b3, 2020.1.0a4
Could not test with Unity versions: 2017.4.32f1(Addressables package not yet introduced)
Reproducible with package versions: 0.4.6, 1.2.2
Could not test with package versions: 0.3.5(AddressablesDataBuilders.cs not part of the package)
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Resolution Note (fix version 1.6.0):
passed locCount parameter should assign to LocationCount variable