Tutorial
This section will teach you how to quickly setup networking in your bevy game using lightyear.
You can find many examples in the examples folder.
In this tutorial, we will reproduce the simple box example that showcases how to:
- setup a basic client/server app
- replicate an entity from server to clients
- add prediction and interpolation