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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Add comment