Release Notes for 648

Improvements

NoteStatus

Changes EditableMesh to Inherit from Object and live outside the DataModel.

Pending

Adds caching between identical viewport frame envmap faces currently rendered on screen.

Pending

Adds a method AudioPlayer:GetWaveformAsync(), which can be used to read portions of an audio asset ahead-of-time

Pending

Adds replication support for Content properties.

Pending

Adds a presets menu to the directional attenuation curve editor.

Pending

Adds Content properties to BaseWrap and WrapLayer.

Pending

Adds WrapDeformer:SetCageMeshContent(), interim workaround for BaseWrap.CageMeshContent being write restricted for plugin-only due to Hidden Surface Removal invalidation handling in the setter. The write restrictions on the properties will eventually be removed after HSR regeneration is reworked.

Pending

Adds Content.none.

Pending

Makes Content properties cloneable.

Pending

Fixes light invalidation attached to nested bones in animations.

Pending

Adds math.map function to Luau which allows remapping a value from one range onto a different range. More info can be found in the proposal: https://rfcs.luau.org/function-math-map.html

Pending

Changes first argument of AssetService.CreateEditableAsync to Content.

Pending

Fixes

NoteStatus

Fixes Orbital camera throwing errors.

Live

Fixes zigzag pathing issues and other path quality issues on terrains.

Pending

Fixes pathfinding computing invalid path in certain circumstances.

Pending

Fixes issue in import queue where some errored files would not be deselected before import.

Pending

Actors in plugins now longer crash and now throw an error that states this is not currently supported.

Pending

Resolves some Luau new solver crashes related to passing literal table literals to function calls.

Pending

Fixes a Luau new solver crash related to inferring complex table types.

Pending

Fixes issue where right-clicking keypoints for a curve did not reliably delete them.

Pending

Fixes the camera focus of avatars in Avatar Setup to be more consistent.

Pending

Fixes an issue with the client crashing on certain android devices when editing a text box with more than 5,000 characters.

Pending