Took some time to make a Unity component that someone can input some text, it will take a screenshot of the game and send to a Trello Card in a specific list. Can be used for Beta testing or bug reports. #gamedev
Can also easily send a save file to the card so it's faster to check more info. So far the only thing I'm not happy is that I need a first REST call to get the list ID on a board, but that's cacheable after first call.
@djlink Awesome, nicely done! We’re planning on adding something like this to our current project. We’ve been unable to decide between Trello, Slack, Jira and email for submitting the reports. What made you pick Trello, and how hard was it?
@Sef just because I was already using it to keep track of tasks so just added a new tab, Jira is prob better for long term track of bugs though. It wasn’t that hard the REST api is relatively simple, im assuming switch to Jira is prob simple since all Atlassian.