Add method to remove resources via Commands
#1468
Labels
A-Core
Common functionality for all bevy apps
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
C-Performance
A change motivated by improving speed, memory usage or compile times
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
Just like there is
insert_resource
, there should beremove_resource
.This allows having temporary resources, that can be removed when they are no longer needed.
The text was updated successfully, but these errors were encountered: