Following the discussion from this issue, the way we use the properties in the prefab VisualModel is not correct.
Adding the components of the prefab from the init() method and using the properties results in odd behaviors due to the data callback mechanism.
We should update these prefabs:
Hi,
Following the discussion from this issue, the way we use the properties in the prefab VisualModel is not correct. Adding the components of the prefab from the
init()
method and using theproperties
results in odd behaviors due to the data callback mechanism. We should update these prefabs: