Philpax
Philpax
Hi again! I was looking at the client replication example, and noticed that it supports two modes: client-spawned with replication to the server which can replicate it to everyone else,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Operating System macOS Sonoma, Apple Silicon ### CKAN Version 1.34.4 / Niven ###...
Hi there! Love the crate, have been using it for a few years now; however, it's always perturbed me that it requires `nightly`, especially as my use of `nightly` elsewhere...
Just updating the versions in the README to make it easier to copy and paste.
An entity that is spawned on the client and replicated up to the server with `Replicate::default` will not be added to the client's `RemoteEntityMap`. This means that, for example, an...
`spawn_interpolated_entity` panics when authority is transferred away from a client-spawned entity
When transferring authority of an interpolated entity away from that client, the following code will panic (determined through a local fork that replaced the `unwrap`s with `expect`s): https://github.com/cBournhonesque/lightyear/blob/3a610d9d808d3166d51c47ecef2bd381760aa973/lightyear/src/client/interpolation/spawn.rs#L37-L40 as it...
I was investigating why our protocol crate was so slow to build, and narrowed it down to `register_component` / `register_resource`. To reproduce this, I created `compiletime_test` as an example in...
**Is your feature request related to a problem? Please describe.** Using `egui::widgets::color_picker::color_picker_hsva_2d` (or similar) by itself results in a color slider that's much smaller than the row with the drag...
When you search for "Bevy engine donation" via your favourite search engine, you will see both [Supporting Bevy Development](https://bevyengine.org/community/donate/) and [Donate](https://bevyengine.org/donate/). To me, it's not immediately clear how these are...
I noticed that I couldn't build the crate when I disabled the default features, as the prelude unconditionally includes them. This fixes the issue by changing the imports to be...