The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Hi
I've many question about godot, pls help me .
1- godot does support sockets (tcp,udp,websocket) and it's stuff(encryption algorithms)?(based on engine)
2- godot does support arabic language to show in screen?
3-godot does support mobile features?(like sensors or keyboard)

in Engine by (12 points)

Take a look at the documentation before asking: http://docs.godotengine.org/en/stable/

1 Answer

+4 votes
  1. Godot has "low-level" network programming facilities, in the sense of PacketPeer (UDP) and StreamPeer (TCP). Godot 3.0 will also have high-level multiplayer networking using ENet. WebSockets are not supported yet, but support for them may be added in 3.1.

  2. Godot currently does not support bidirectional/right-to-left text, there's an issue about it on GitHub.

  3. Godot supports Android and iOS, and does support keyboard and sensors such as accelerometers. Many mobile games made using Godot have been published to app stores.

by (12,878 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.