Improvements
Note | Status |
---|---|
Improve debug line number generation for multi-line table literals and multi-line assignment statements to fix https://devforum.roblox.com/t/attempt-to-index-nil-table-with-error-output-at-wrong-line/383894 | Pending |
Optimize physics memory when using MeshParts or CSGs with identical geometry but different sizes. | Pending |
Optimize table construction when the last element is the varargs specifier (...); for 10-element tables constructed via {...} this is now ~3x faster. | Pending |
Optimize table.pack (~1.5x faster) and table.create with a second argument (also ~1.5x faster). | Pending |
Fixes
Note | Status |
---|---|
Fixed a recently introduced memory leak | Live |
Fixed ContentProvider::PreloadAsync crash when given callback function. | Live |
Fixed an issue where touch button wouldn't always show up on thumbstick. | Live |
Moderated Plugins will be automatically uninstalled. | Live |