Improvements
Note | Status |
---|---|
Speed up reprocessing CollisionFidelity in bulk by re-using recent results. | Live |
Added a memory profiler tag for the physics solver internal allocations. Also the solver will periodically release its internal memory buffers. | Live |
Added stats for throttling and dropped time steps to physicsStepped in the microprofiler. | Live |
Luau compiler accidentally enforced the limit of 255 locals instead of 200 locals. This is now fixed and the error messages for running out of various limits (200 locals, 200 upvalues, 255 registers) are substantially improved, but please note that this may break scripts that previously didn't run in vanilla Lua but did run in Luau VM (e.g. because they had 210 locals). | Live |
Enabled merging multiple drafts at once | Live |
Message has been added in Team Create widget to convey users about Permissions management move to Game Settings. | Live |
Fixes
Note | Status |
---|---|
fixes exploitable crash. | Live |