0 votes

I'm loving this engine's concept. But I am about to make a game where it is crucial for me to allow the player to open the phone's camera, take a photo and upload it to a server, also to show text/images and create simple forms with text input at least. Is this possible in any way on Godot engine?

Godot version 3.4
in Engine by (12 points)

1 Answer

0 votes

Yes.

Device access is via the CameraServer:

https://docs.godotengine.org/uk/stable/classes/class_cameraserver.html

For the latter part of your question, of course. The godot UI will help you design a form, while the HTTPRequest node allows for interaction with a server, such as:

https://docs.godotengine.org/en/stable/tutorials/networking/http_request_class.html#sending-data-to-server

by (834 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.