ive been messing around with ECS a little, but sadly the documentation is still not great. do any of you happen to know how i can convince a baker to add a component tag (that is, a component with no data) without resorting to the entity manager? for some reason, it seems that the way youd normally do this, the Bake method, only works if you specify data within AddComponent. i guess i could use a dummy variable or something, but surely there is a better way
(nb i dont check this forum very often so please ping me if you know a solution)