Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Easy Feedback Form

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

Questions

A topic by hrohibil created Feb 15, 2022 Views: 168 Replies: 5
Viewing posts 1 to 4

Hi

This asset looks super useful. As a non coder I have a few questions. 

1:

 How do you setup so the form gets triggered/opens from a button click ?

2: 

Is it easy to customise the layout? 

3:

Can we add an attachment upload so users can upload own files/images etc… 


thanks 

Developer

Hey! Thanks for your interest in Easy Feedback! We've tried to build the asset so it's accessible for both technical and non-technical folks. To address your questions:

1. This one is pretty simple! In fact, the demo scene in the asset includes an example using a button to show/hide the form. In short, you can use the OnClicked event from the Unity UI button to call Show/Hide on the Feedback Form component on the Easy Feedback prefab.

2. Yep! It's all regular Unity UI stuff so it's totally up to you how you want to build/customize the form. We've tried to make it as easy as possible to add/remove fields, too!

3. This does require some coding. But, we provide an AttachFile method to allow custom report attachments in addition to the default log and screenshot. 

Check out the documentation for more detail: https://aesthetic.games/easy-feedback/docs/release/index.html

thank you for reply. This sounds awesome. 
Do you know if we can use DOTween for animating the ui popup window? 

As I understand this is setup with Trello. Is there a way to reply back to user from Trello? I mean I know the users email will be send, but can you from inside Trello reply back to that mail? That would be so awesome.. 

Br Hamid 

Developer
Do you know if we can use DOTween for animating the ui popup window? 

I have not tested it with DOTween but I can't think of a reason there would be any issues.

Is there a way to reply back to user from Trello? I mean I know the users email will be send, but can you from inside Trello reply back to that mail? 

I don't think this is possible with Trello unfortunately.

please assist on how to use the attachfile method. I am a non coder. 

I created a button in form and in the feedbackForm script I created the public void AttachFile. But don’t know what should be inside the method?? 

Developer

I responded in your other thread, just linking that here for posterity :)

https://itch.io/post/5404616