Release Notes for 552

Improvements

NoteStatus

Strafing behavior is now enabled through the Players.UseStrafingAnimations Property, it is no longer merely a Beta Feature.

Live

Now in Terrain Editor, Add/Subtract brush will apply changes to the terrain surface correctly when plane lock is turned off.

Live

Add per-font memory usage to the dev console under gui/FontData

Live

Fixes

NoteStatus

Fixed a bug where Streaming would cause objects to be split over multiple frames when Streaming would trigger bandwidth caps.

Live

Calling SetCoreGuiEnabled(...) repeatedly will not cause side effects anymore if the core gui is already set accordingly. For example before this change calling SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) would propagate to the backpack script and visit all items in the backpack for each call. Now this event only occurs if the value changed.

Live

Fixed an issue with debug visualizations staying enabled when leaving your experience.

Live

Fix Toolbox scrolling bug on Categories such as Materials and Dev Modules.

Live

Return type of Enum.SpecificType:GetEnumItems is now {Enum.SpecificType} instead of general {EnumItem}

Pending