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

Deletion of entity that has children doesn't work correctly #819

Closed
AN-DCL opened this issue Jun 2, 2023 · 0 comments · Fixed by decentraland/js-sdk-toolchain#631
Closed
Assignees
Labels
bug Something isn't working editor

Comments

@AN-DCL
Copy link

AN-DCL commented Jun 2, 2023

  1. Create two empty entities A and B.
  2. Add a Transform and GltfContainer to both.
  3. Set GltfContainer's asset to test-glb.glb in both entities.
  4. Set entity A's position to (5, 0, 0).
  5. Parent entity A to entity B (i.e. A is a child of B).
  6. Delete entity B.

Result: model of entity B is still present in the renderer.

@AN-DCL AN-DCL added bug Something isn't working editor labels Jun 2, 2023
@AN-DCL AN-DCL added this to SDK Jun 2, 2023
@AN-DCL AN-DCL moved this to Todo in SDK Jun 2, 2023
@nicoecheza nicoecheza moved this from Todo to In Progress in SDK Jun 6, 2023
@nicoecheza nicoecheza self-assigned this Jun 6, 2023
@nicoecheza nicoecheza moved this from In Progress to QA in SDK Jun 7, 2023
@github-project-automation github-project-automation bot moved this from QA to Done in SDK Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working editor
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants