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
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
- No Duplicate option is available when right clicking States in the Animator Window even though it's available via Shortcut
- Copied and Pasted States appear in a set location instead of where the Users cursor is located at when using the Pasting Shortcut
- Animator Component information box text is not centered
Resolution Note:
https://github.cds.internal.unity3d.com/unity/Addressables/pull/652