Jonathan Lindahl

Results 2 issues of Jonathan Lindahl

Using serde_repr for (de)serializing C style enums currently doesn't work. The generated enums are string unions. Is it possible to add a feature for serde_repr so it (de)serializes the enums...

Child entities with the `Replicate` component are not replicated along with parent when a new client is added to the parent's `ReplicationTarget` component

C-Bug
A-Replication