diff --git a/tutorials/networking/high_level_multiplayer.rst b/tutorials/networking/high_level_multiplayer.rst index c401f1136..12c047672 100644 --- a/tutorials/networking/high_level_multiplayer.rst +++ b/tutorials/networking/high_level_multiplayer.rst @@ -145,7 +145,7 @@ Terminating the networking feature: .. warning:: - When exporting to Android, make sure to enable the [code]INTERNET[/code] + When exporting to Android, make sure to enable the ``INTERNET`` permission in the Android export preset before exporting the project or using one-click deploy. Otherwise, network communication of any kind will be blocked by Android. diff --git a/tutorials/networking/http_client_class.rst b/tutorials/networking/http_client_class.rst index 68c4da4ee..53e029c3e 100644 --- a/tutorials/networking/http_client_class.rst +++ b/tutorials/networking/http_client_class.rst @@ -9,7 +9,7 @@ which has a tutorial available :ref:`here `. .. warning:: - When exporting to Android, make sure to enable the [code]INTERNET[/code] + When exporting to Android, make sure to enable the ``INTERNET`` permission in the Android export preset before exporting the project or using one-click deploy. Otherwise, network communication of any kind will be blocked by Android. diff --git a/tutorials/networking/http_request_class.rst b/tutorials/networking/http_request_class.rst index 11e402a06..20b19bdf0 100644 --- a/tutorials/networking/http_request_class.rst +++ b/tutorials/networking/http_request_class.rst @@ -10,7 +10,7 @@ For the sake of this example, we will create a simple UI with a button, that whe .. warning:: - When exporting to Android, make sure to enable the [code]INTERNET[/code] + When exporting to Android, make sure to enable the ``INTERNET`` permission in the Android export preset before exporting the project or using one-click deploy. Otherwise, network communication of any kind will be blocked by Android. diff --git a/tutorials/networking/webrtc.rst b/tutorials/networking/webrtc.rst index 76595f3a4..0f98296a8 100644 --- a/tutorials/networking/webrtc.rst +++ b/tutorials/networking/webrtc.rst @@ -39,7 +39,7 @@ WebRTC is implemented in Godot via two main classes :ref:`WebRTCPeerConnection < .. warning:: - When exporting to Android, make sure to enable the [code]INTERNET[/code] + When exporting to Android, make sure to enable the ``INTERNET`` permission in the Android export preset before exporting the project or using one-click deploy. Otherwise, network communication of any kind will be blocked by Android. diff --git a/tutorials/networking/websocket.rst b/tutorials/networking/websocket.rst index aa8257863..817ed58d6 100644 --- a/tutorials/networking/websocket.rst +++ b/tutorials/networking/websocket.rst @@ -22,7 +22,7 @@ WebSocket is implemented in Godot via three main classes :ref:`WebSocketClient < .. warning:: - When exporting to Android, make sure to enable the [code]INTERNET[/code] + When exporting to Android, make sure to enable the ``INTERNET`` permission in the Android export preset before exporting the project or using one-click deploy. Otherwise, network communication of any kind will be blocked by Android.