UkoeHB

Results 284 comments of UkoeHB

@vtnerd I don't know nearly enough about serialization to comment.

Should be doable, we'd need to be careful it doesn't mess up change detection.

Hmm I think the most flexible API would be: - `ClientVisibility::set_visibility(entity, true)` gives full visibility of an entity. - `ClientVisibility::set_component_visibility(entity, component_id, true)` gives visibility of only that component. For implementation,...

> Inside List we will have default_visibility which is a mask (can be set only on plugin init). Honestly I'm confused how this would work. You have a mask on...

> No, no, in the snipped above you don't set a mask on a client. Only on component and on entity. Not entirely sold on this idea, just thinking out...

Ok that makes sense, basically setting the client's visibility permissions per-entity. And then a component group-based lookup to get permission requirements when replicating an entity's contents. Also, I think it's...

LGTM, will require a lot of careful testing as usual.

I came up with a way to support this in `bevy_replicon_attributes`. Currently each client can be assigned 'attributes' which are just tags. Then entities an be given 'visibility conditions' which...

Is the text itself not centered, or the text node not centered in the parent? I assume you're seeing the problem with `JustifyContent::Center`?

I also had problems with OpenSans and switched to FiraSans. Maybe the font extraction is bugged.