Search Issue Tracker
Won't Fix
Votes
0
Found in
4.0.1f1
Issue ID
513658
Regression
No
Sorting empty List causes range exception
1) What happened
If 'list' is a List<Foo>, and list is empty, then list.Sort() will be fine in Unity Editor or WebPlayer (it's effectively a no-op) but export that to Flash and it will RangeError.
2) How can we reproduce it using the example you attached
Repro project attached.
Run in the Editor, observe the expected log.
Export and run in Flash, observer the RangeError in flashlog.txt
NOTE: I'm using an unrelease version of Unity with DXT5 support, but I do not think it's related. Try it in any Unity release.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Add comment