This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Is it possible to store the log files of the web players on the website server?

in Engine by (35 points)

1 Answer

0 votes

When a person runs the code in a browser it is local on their machine, they download the code and run it. There is normally nothing being processed on the server. If something is saved to a filesystem, it is saved locally. If you want users to upload data you need a server, a way to authenticate user data etc, it is not automatic.

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