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.