Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.15.1
Issue ID
ADDR-1266
Regression
No
[Addressables] IndexOutOfRangeException in ResourceManagerConfig.CreateArrayResult
Repro steps:
1. Load the project
2. Open Scenes/Sample Scene
3. Press play
Expected behavior:
- The asset is loaded as type UnityEngine.Object[] containing both objects.
Actual behavior:
- IndexOutOfRangeException is thrown.
Reproducible with: 2019.4 - 1.8.5, 2020.1.6f1 - 1.13.1, 2020.2.0b2 - 1.15.1
The issue resides in this line of code: [https://forum.unity.com/threads/bug-indexoutofrangeexception-in-resourcemanagerconfig-createarrayresult.877195/#post-5787133]
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Resolution Note:
https://github.cds.internal.unity3d.com/unity/Addressables/pull/652