Improvements
Note | Status |
---|---|
Improved stitching between Terrain LODs. Especially noticeable with StreamingEnabled | Live |
MeshLoD V2 offering 3 RenderFidelity options to satisfy high-quality or high-performance requirements. | Live |
(Luau Beta) Script analysis can now distinguish between types with identical shapes. eg Vector3 and CFrame | Live |
Luau now supports string.pack/packsize/unpack from Lua 5.3; integer format sizes are fixed for all platforms to allow for consistent behavior (b is 1 byte, h is 2 bytes, i/j is 4 bytes, l is 8 bytes, T is 4 bytes) | Live |