#How expensive is querying `Commands`?
2 messages · Page 1 of 1 (latest)
I guess the same thing goes for EventWriter for example.. I guess the question is more, what is the cheapest/go-to way of having very rarely used queried components/resources
2 messages · Page 1 of 1 (latest)
Is it fine to query it every update only to use it once in <<1% of the cases, or should I use an event or other mechanic to only query Commands when needed?
I guess the same thing goes for EventWriter for example.. I guess the question is more, what is the cheapest/go-to way of having very rarely used queried components/resources