Closed stilnat closed 11 months ago
Can you test another item to verify please? Take another item like a backpack or something, add the container script similar to the toolbox, then try to spawn and delete one in-game.
@cosmiccoincidence tested with the bag with an added container and that works, it's really just about getting the placed tile object component
Summary
you can now click on the toolbox and it gets deleted
PR checklist
Networking checklist
Changes
just get the PlacedItemComponent in parent, on the toolbox, the lid was hit instead of the toolbox itself by the raycast, resulting in get component not finding the PlacedItemComponent.
Related issues/PRs
closes #1077