Closed EulalieCoevoet closed 2 years ago
The prefab VisualModel is expecting a Vec4.
What seems wrong to me though is that instead of returning an error when calling VisualModel(color=[1,1,1]), it just adds a zero to the list... which btw gives a transparent visual model.
VisualModel(color=[1,1,1])
The prefab VisualModel is expecting a Vec4.
What seems wrong to me though is that instead of returning an error when calling
VisualModel(color=[1,1,1])
, it just adds a zero to the list... which btw gives a transparent visual model.