Skip to content

Commit

Permalink
Merge pull request #9249 from skyace65/NetworkingPlugin
Browse files Browse the repository at this point in the history
Remove link to outdated networking library
  • Loading branch information
mhilbrunner committed Apr 19, 2024
2 parents 1bfc8dc + 74098ee commit 6c3d852
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tutorials/networking/high_level_multiplayer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ In summary, you can use the low-level networking API for maximum control and imp
(`here <https://gafferongames.com/categories/game-networking/>`__), including the comprehensive
`introduction to networking models in games <https://gafferongames.com/post/what_every_programmer_needs_to_know_about_game_networking/>`__.

If you want to use your low-level networking library of choice instead of Godot's built-in networking,
see here for an example:
https://github.com/PerduGames/gdnet3

.. warning:: Adding networking to your game comes with some responsibility.
It can make your application vulnerable if done wrong and may lead to cheats or exploits.
It may even allow an attacker to compromise the machines your application runs on
Expand Down

0 comments on commit 6c3d852

Please sign in to comment.