Improvements
Note | Status |
---|---|
Add APIs to override built-in terrain material appearance. | Live |
tostring() now uses a new cross-platform number formatting implementation that produces precise, round-trippable, shortest decimal output and does this 10 times faster than our old implementation depending on the platform and the input number. | Live |
Fixes
Note | Status |
---|---|
Script analysis now warns about adding new properties to tables exported from a module. | Live |
Fixed a bug where the target orientation wasn't being properly updated when it was set from a script. | Live |