Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Easy Feedback Form

Easy Feedback brings detailed player feedback and bug reporting to your Unity game directly to you! · By Noah Ratcliff

[Fixed] Insert an extra file

A topic by Bladerunner69 created Jan 26, 2020 Views: 263 Replies: 1
Viewing posts 1 to 2
(1 edit)

Hi, 

I m wondering how to convey extra files in addition to the screenshot to the Trello board ?

Thanks

Developer (2 edits)

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!