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
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
Right now, the scene loader parses the JSON value into a pivot value directly. It creates ambiguity as to which type of pivot value is represented by the JSON value.
The parsing should use the component's type to guide the decision of how to parse each JSON value.