JSearUK / Playthroughs

The aim is to create the system in such a way that it can be safely dropped into any other project
The Unlicense
0 stars 0 forks source link

High numbers of offscreen buttons slow the mod down unnacceptably #48

Closed JSearUK closed 2 years ago

JSearUK commented 2 years ago

Buttons, even NullAction()'d, even offscreen (in a viewport), slow the UI down to a crawl in high numbers (more than about 100 on my system)

Solution:

Note: The vpgrid scrollbar will attempt to preload non-visible content when gaining focus. Thus, slowdown will still happen if there is an insane number of children - but not until it's unavoidable