Improvements
Note | Status |
---|---|
Luau beta: Smarter warning to catch cases where foo.bar() was written, but foo:bar() may have been required. | Live |
Fix a case where Typed Luau would incorrectly allow some expressions and disallow others. | Live |
For devs using the legacy CSG system, the release will force them switching to the new CSG system one-time and notify them the change using an informational bar. However, they can still revert to the old system. | Live |
Fixes
Note | Status |
---|---|
Fixed a rare crash on some models when setting CollisionFidelity to PreciseConvexDecomposition | Live |
Fixed a potential regression in NavigationService when small movement from simulation could cause obstacles to block/unblock a path without properly invalidating the path. | Live |
Forced streaming minimum radius to be always at least 64 studs. Streaming target radius cannot be less than minimum radius. | Live |
Fixed issue where game might not resume after single stepping the debugger. | Live |