Améliorations
Note | Statut |
---|---|
Added support for Circular thumbnails to the rbxthumb ContentId format. Used like rbxthumb://type=AvatarHeadShot&id=261&w=150&h=150&filters=circular | Live |
Optimized solver. | Live |
Studio Beta for SurfaceAppearance advanced textures. | Live |
Performance improvement on Android Vulkan devices | Live |
Luau will now generate a warning for each use of => tokens, and will request you to replace it with the new suggested token. | Pending |
A memory leak identified by brinkokevin in https://devforum.roblox.com/t/character-memory-leak/588468 is fixed. It occurred when an accessory was created, added to a character, and then destroyed multiple times. | Pending |
Corrections
Note | Statut |
---|---|
updateBroadphase will process terrain contacts in parallel with spatial hash updates. This can mean a ~40% performance improvement in updateBroadphase for games using terrain. | Live |
Fixed GuiObject.TouchSwipe events on android | Live |
Debugger is now able to inspect constant upvalues via watch expressions | Pending |