Improvements
Note | Status |
---|---|
Changes the Plugin type, as well as many related Instance types, to be plugin-level security. | Live |
Fixes a crash that could occur at login in Studio. | Live |
Adds a visual editor for AudioCompressor and AudioLimiter instances. | Pending |
Removes lighting calculations from rendering. | Pending |
AssetService:CreateEditableMeshAsync() now supports creating an EditableMesh from another EditableMesh via Content.fromObject(editableMesh). | Pending |
Fixes the generation of some unresolved types like 'a <: number. | Pending |
MicroProfiler now shows the links between scopes that are part of the same job. | Pending |
In Luau's New Type Solver, reading from an unknown variable will now produce an unknown symbol error in non-strict mode. | Pending |
Fixes
Note | Status |
---|---|
Fixes an issue with Glass material rendering in Studio's "Unified Lighting" beta. | Live |
Fixes a bug in Studio's "New Luau type solver" beta preventing the types of unannotated variables in multiple assignments from being correctly inferred. | Live |
Fixes bug where importing malformed animation curve .rbxmx files resulted in Studio crashing. | Live |
Fixes a crash for the new Luau type solver on some Vector3 methods. | Pending |
Addressed a crash that could occur with TextChannel:SetDirectChatRequestor. This should no longer occur. | Pending |
Adds new Enum.ProductPurchaseChannel field to the MarketplaceService.ProcessReceipt callback to inform developers of the sale channel for the purchase. | Pending |
Using %c with a 0 value in Luau string.format() now appends \0 to the string instead of skipping the value. | Pending |
Addresses an issue where the default TextChatService chat window sometimes clips longer messages behind the scrollbar instead of wrapping around to the next line. | Pending |