What Should Be Done in Lua Code?
To avoid unexpected behavior now that scaling affects Z-position:
- Replace all usages of
go.set_scale(number|vector3) with go.set_scale_xy(number|vector3)
- When accessing the
scale property via go.get(), go.set(), or go.animate(), use the scale.xy property instead