editor2-issues icon indicating copy to clipboard operation
editor2-issues copied to clipboard

Exception when setting a game object property to be a vector3

Open jamesaorson opened this issue 5 years ago • 0 comments
trafficstars

Expected behaviour

Changing a number property to a vector3 should allow a vector to be used in the UI.

Actual behaviour

Application encounters an exception and removes the property in the UI

Steps to reproduce

Set a number property in a script to a vector3. Example:

go.property('vector_property', vmath.vector3())

Build time2020-02-24T13:26:41.823558
Defold channeleditor-alpha
Defold editor sha9bdf3bb078a30c2c8589b6c096d372c104b032f5
Defold engine sha6fac6e80f09ab297093e3ff65a7f45ad56e06e33
Defold version1.2.165
Errorf63c21689b0b43b68a0e037feb732f09
GPUGeForce GTX 1050 Ti/PCIe/SSE2
GPU Driver4.6.0 NVIDIA 442.19
Java version11.0.1+13
OS archamd64
OS nameWindows 10
OS version10.0

jamesaorson avatar Feb 29 '20 22:02 jamesaorson