Improvements
Note | Status |
---|---|
Add minimum price floor for plugins. | Live |
Removed deprecated GA events in LoginManager. | Live |
Made out of memory handler register for Studio and Client thread safe. | Live |
Added new icons to Studio to reflect the RunContext property of a script | Pending |
Table assignments with invalid keys (eg NaN) and assignments to existing keys in frozen tables will now honor __newindex metamethod if defined. | Pending |
Fixes
Note | Status |
---|---|
New streaming architecture optimize for Opportunistic Stream Out mode. Should prevent objects from remaining on the Client when streaming out.
| Live |
Show users' votes in Marketplace if they had previously voted on an asset | Live |
Fix bug where plugin prices would just show "Label" | Live |
ImageLabels with BackgroundTransparency == 1 now render UIStroke | Live |
Selecting a UI Component no longer prevents click-to-select for UI elements in the viewport. | Live |