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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment