改善
ご注意 | 状況 |
---|---|
The new curve editor now supports triggering events on marker curves. | Live |
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. | Pending |
Disable microprofiler scopes corresponding to property indexing on mobile to avoid the high timer overhead distorting overall script execution timings. | Pending |
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. | Pending |
Scripts will not be able to set reference properties to restricted instances, like those in CoreGui. | Pending |
修正
ご注意 | 状況 |
---|---|
fix AnimationTrack.Priority replication. | Live |
Renamed Show Navigation Areas to Show Navigation Labels | Live |
Introduces fix to replicate deletions from the subtree of a part instance being re-streamed-in. | Live |
Fix Issue with switching controller types reenabling player movement | Live |