Miglioramenti
Nota | Stato |
---|---|
Optimized physics broadphase for up to 5x faster raycasts. | Live |
Fix a bug with table.unpack that, under rare circumstances, would allow unpacking arrays of size 8000 or larger. | Live |
Disable microprofiler scopes corresponding to property indexing on mobile to avoid the high timer overhead distorting overall script execution timings. | Live |
Implement support for generalized iteration RFC in Luau:
Note that unlike ipairs(), this traversal will not stop at the nil elements; it however guarantees that the iteration order through keys 1..#t is sequential. As such for most uses of ipairs() this traversal is a good replacement as well.
This feature currently is only enabled in Studio and requires opting into the corresponding beta feature; once we gather enough feedback to make sure the implementation is solid, it will be enabled in live experiences. | Live |
Scripts will not be able to set reference properties to restricted instances, like those in CoreGui. | Live |
Added a LaunchIntent class to track studio launch purpose and a Platform level module to contain it. | Live |
Correzioni
Nota | Stato |
---|---|
Introduces fix to replicate deletions from the subtree of a part instance being re-streamed-in. | Live |