Hi,
I m wondering how to convey extra files in addition to the screenshot to the Trello board ?
Thanks
Easy Feedback brings detailed player feedback and bug reporting to your Unity game directly to you! · By
You can attach additional files to the report with `Report.AttachFile()` (docs link). I'd recommend creating a FormField component that attaches your file to `Form.CurrentReport` in `FormSubmitted()`.
Please let me know if that helps or if you have any more questions!