cBournhonesque / lightyear

A networking library to make multiplayer games for the Bevy game engine
https://cbournhonesque.github.io/lightyear/book
Apache License 2.0
498 stars 51 forks source link

docs: Note in examples that lw input maps don't need to be shared #676

Open Nul-led opened 1 month ago

Nul-led commented 1 month ago

Currently all examples use shared leafwing input maps on both server and client, however its unnecessary to insert the input map on the server if its headless. Not really a severe issue but noting it in the examples or docs should be done to avoid confusion.