You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no safe way to remove a component from an existing entity.
I propose adding EntityCommands.remove() which can be used for this case.
A way to reference which entity you are operating on (EntityCommands.entity()) is available.