PcoWSkbVqDnWTu_dm2ix
The information on this page may no longer be accurate. To see the latest, go to our new and improved documentation. You can also learn more about the future of documentation.
Collapse Sidebar

Release Notes for 517

Release Notes for 517

Improvements

Note Status

Add new APIs for loading font assets from cloud, with support for multiple different weights.

Pending

Fixed an issue where the pivot could be dragged and pivot indicators were shown when selecting multiple objects while using the Pivot Editor.

Pending

The Find/Replace window will no longer keep results in scripts highlighted when it is hidden.

Pending

Added a lint rule suggesting when a global that is never read before it is written can be turned into a local.

Pending

Changes

Note Status

Added default initial user agent for WebView2.

Pending

Added public/private toggle for editing audio assets on Asset Configuration.

Pending

Added check to see if Universe has permission to an audio asset in Studio with accompanying error handler in output log.

Pending

Added a change to Gamepad UI Selection to automatically select internal GUIs.

Pending

Implemented table.clone which takes a table and returns a new table that has the same keys/values/metatable. The cloning is shallow - if some keys refer to tables that need to be cloned, that can be done manually by modifying the resulting table.

Pending

Fixes

Note Status

Fixed an issue where the Toolbox/Asset Manager audio preview could get stuck on the loading state.

Pending

Fixed occasional crashes with table type unification due to iterator invalidation.

Pending

Fixed a soundness bug around adding optional properties to sealed tables.

Pending