Are entities instantiated by commandBuffer counted in queries before playback? And are components added by commandBuffer counted in queries before playback?
Until a command buffer has been played back the entity does not exist, so no, it won’t appear in any query.
1 Like