Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't publish project to Hubs #1252

Open
TuxMiester opened this issue Jul 8, 2022 · 2 comments
Open

Can't publish project to Hubs #1252

TuxMiester opened this issue Jul 8, 2022 · 2 comments

Comments

@TuxMiester
Copy link

It shows
"cannot read properties of null (reading 'animations').
How do I fix this ?

@jywarren
Copy link

I also just got this error - "cannot read properties of null (reading 'array')" -

image

JS error was:

EditorContainer.js:862 TypeError: Cannot read properties of null (reading 'array')
    at dt._combine (MeshCombinationGroup.js:223:50)
    at dt.combineMeshes (MeshCombinationGroup.js:151:34)
    at async Lt.combineMeshes (SceneNode.js:416:3)
    at async Pa.exportScene (Editor.js:384:9)
    at async ne.publishProject (Api.js:806:24)
    at async EditorContainer.js:843:7

@jywarren
Copy link

I was able to resolve this by deleting one object (an image) from the scene that I had recently added. Then i re-added it and unchecked "combine" since i thought MeshCombinationGroup.js was a clue. That worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants