Improvements
Note | Status |
---|---|
Adding Lighting/DepthOfFieldEffect. When enabled can independently adjust near and far field blur intensities as well as focus distance. | Pending |
Luau type aliases must now use the syntax "export type" to define a type alias that can be imported from other modules. | Pending |
Luau GC is now up to ~25% faster on userdata-heavy scripts due to a faster and more secure __gc implementation | Pending |
Fixes
Note | Status |
---|---|
Typing special characters like (, ), and more will no longer throw errors in Asset Manager | Live |
Fixed localization of color picker frame. | Live |
Fixed the developer console freezing clients with the new scrolling frame layout code. | Live |
Fixed materials glitching out on parts when physics convex decomp display is turned on. | Pending |