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

Collection node throws error that prevents build if connected mesh not defined in NGE #14361

Closed
PatrickRyanMS opened this issue Sep 27, 2023 · 0 comments · Fixed by #14362
Closed
Assignees
Milestone

Comments

@PatrickRyanMS
Copy link
Member

When building node geometry using a collection to instantiate a randomly selected mesh, if the blocks connected to the CollectionBlock are MeshBlock nodes that do not have a mesh assigned, the graph will not build due to not being able to read metadata from null. Being able to build a graph like this allows the user to assign meshes to the MechBlocks in the graph from code, but the graph needs to be built before meshes can be assigned in code.

Repro

image

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

Successfully merging a pull request may close this issue.

2 participants