Implement component lifecycle (Added/Removed) #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Handle entity spawn and despawn events for audio components. Create/cleanup Firewheel nodes when entities are added/removed.
Acceptance Criteria
Technical Notes
Added<AudioSource>query to detect new entitiesRemovedComponents<AudioSource>to detect despawns