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
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
Resolution Note:
https://github.cds.internal.unity3d.com/unity/Addressables/pull/652