You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this is an actual problem. The model class is designed to contain a hierarchy (a single node would do), which is then connected to the entity when you add the component to it.
The engine will throw, if a model that has no graph node is added to the entity. For example, the following will result in engine error:
The cause is in the model component:
engine/src/framework/components/model/component.js
Line 716 in d369b82
which then tries to look for null's parent:
The text was updated successfully, but these errors were encountered: