Is there a good, simple way to get game feedback from players?

I would like a way for the players in my game to give me feedback. I’m most interested in fixing bugs if they find any.

Question is:
What is the best way to do this that will not violate the Community Standards (“ToS”)?

I thought using a Gmail email address would be good for this but in my beta release, quickly discovered that violates the ToS.

I got the idea of using an email from seeing other games, some extremely popular, using X (formerly Twitter) handles to solicit feedback. However, this appears to be against the ToS as well despite the fact that many games seem to do it.

The only other idea I’ve had is to build a literal in-game feedback system where folks could submit a form directly into a datastore but that seems like a lot of work for something that will have questionable ROI in the short term.

What other options are there?

4 Likes

Utilize discord webhooks, make sure you rate limit your players though.

5 Likes