lightyear icon indicating copy to clipboard operation
lightyear copied to clipboard

A networking library to make multiplayer games for the Bevy game engine

Results 119 lightyear issues
Sort by recently updated
recently updated
newest added

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies

client 1 joins room A, entity x spawns and joins room A -> x leaves room A -> x despawns serverside -> server tells client 1 to despawn x despite...

C-Bug
A-Replication
A-Visibility

- The lightyear commons apps and settings is really usefull and avoids a lot of code. - It is a centralizing general structure. And avoids scaring newbee users - Unfortunately,...

Okay, going back to this rollback issue, I think I've narrowed it down enough to share: I might be running into an edge case bug with PreSpawnedPlayerObjects, probably. To summarize:...

C-Bug
A-Prediction

When following the [instructions](https://github.com/cBournhonesque/lightyear/tree/main/examples/simple_box#testing-in-wasm-with-webtransport) for the example I can open the game in a browser locally and it works great. Once I try connecting from my laptop I need to...

C-Example

This issue proposes support for multiple protocols. Allowing users to define multiple protocols would enable the following capabilities / benefits: - increased crossform capabilities by having different platforms use different...

A-Replication

The server's `AuthorityPeer` only gets updated correctly if the user calls `transfer_authority`. If they directly spawn an entity with `AuthorityPeer = Client1` I don't think things would work correctly. Maybe...

C-Usability

If we have a system in `FixedUpdate` that calls `buffer_message_to_send, then during each rollback the system would get called multiple times again, which means the message would be sent multiple...

A-Prediction

```text $ git log -n 1 --pretty=format:"%h" --no-show-signature 09ab02f6 $ trunk serve 2024-08-28T13:21:50.131755Z INFO 🚀 Starting trunk 0.20.3 2024-08-28T13:21:50.134149Z INFO 📦 starting build Compiling bevy_picking_raycast v0.20.0 Compiling bevy_egui v0.28.0 warning:...

C-Bug
C-Example