| 2.6.0 | 2.6.3 | |
| Front screen (fps) | 1280 - 1400 | 1360 -1600 |
| Front screen UIPanel.LateUpdate (ms) 13 draw calls | 0.12 - 0.13 | 0.06 - 0.07 |
| ScrollPanel - 645 widgets standing still (fps) | ~600 | ~800 |
| Same ScrollPanel UIPanel.LateUpdate (ms) | 0.5 - 0.6 | 0.28 - 0.32 |
| ScrollPanel - 645 widgets while scrolling (fps) | ~20 (!) | ~400(!!) |
| Same ScrollPanel UIPanel.LateUpdate (ms) | 43.10 | 1.15 - 1.2 (!) |
| ScrollPanel scrolling Garbage Collection (size every update) | 0.7 MB | 112 B (!!!) |
Ok so I have some results for ya.
I did some tests in Subway, which I would say can count as field testing. The version it was using before was 2.6.0, so it's a comparison between 2.6.0 and 2.6.3 on a windows PC of considerable power.
2.6.0 2.6.3 Front screen (fps) 1280 - 1400 1360 -1600 Front screen UIPanel.LateUpdate (ms) 13 draw calls 0.12 - 0.13 0.06 - 0.07 ScrollPanel - 645 widgets standing still (fps) ~600 ~800 Same ScrollPanel UIPanel.LateUpdate (ms) 0.5 - 0.6 0.28 - 0.32 ScrollPanel - 645 widgets while scrolling (fps) ~20 (!) ~400(!!) Same ScrollPanel UIPanel.LateUpdate (ms) 43.10 1.15 - 1.2 (!) ScrollPanel scrolling Garbage Collection (size every update) 0.7 MB 112 B (!!!)