Stomt for Unity - Looking for someone to try the plugin

Hey guys,
today we released the bet version of our “stomt for Unity” widget.
It allows you to collect wishes in-game and makes them available on stomt.com where all the feedback can be voted, discussed and managed! See here how the result looks like: https://www.stomt.com/empires-of-the-undergrowth

The goal of stomt is it to:

  • Enable community-building right from the beginning
  • Efficient idea and feedback management
  • Combining feedback with crowdsourcing

stomt basically is a social network for feedback which can be integrated anywhere. (We also have extensions for your blog etc, and of course you can find everything open source on Github).

Please read through the details in our blog post
https://www.stomt.com/blog/stomt-for-unity-3d-game-engine-collect-feedback-in-app/

We would be really happy to get your feedback, ideas and wishes :slight_smile:
Let me know what you think!

Best
Philipp

1 Like

Just had a great chat with @philippzentner about his product, it may well replace our Voting system in the summer.

He’s looking for somebody to try the Unity plugin, and maybe blog about it.

Take a look, it’s a great vision: https://www.stomt.com

2 Likes

I’ll give it a shot.

2 Likes

Thanks James

I love the idea! I will add it to the game that I am currently working on! Although it will take over 2 months to release it unfortunately

1 Like

Thanks! I already saw you posting some stomts. Great, we would love to improve the platform for you.

1 Like

Thanks for the feedback. Let me know when you’re done so that we can promote it a little bit in our Who-To-Follow Widget.

1 Like

Im back today from work for a couple of weeks, sounds like an interesting premise. I’ll add it to a project im about to start for my 1gameamonth challenge. so ill have it from start to finish for a small project that needs to be finished by end of month.

see how feedback/discussion can change direction of a small project, intrigued :wink:

1 Like

That sounds like a really interesting idea. Do already have plans on how to lead people to your new project every month? Would totally love write a blog post about this experiment on our blog at the end of the challenge. Also please provide us any idea and feedback on https://www.stomt.com/stomt

1 Like

nope lol.

Im just reading through your FAQ’s and associated readmes just to get a flavor to see what road to go down.

It might all end in tears, but willing to give it a shot.

Ive just registered, so ill be sure to send any feedback that I think of, got a couple of thoughts already, just making sure theyre not in there already :wink:

created
https://www.stomt.com/asyetunnamed

oh heck what have i got myself into hehe

Any suggestions welcome, just to see how it goes, i know its going to be limited input to begin with but its a trial.

and @philippzentner ill write a little blog / diary as I go :wink:

1 Like

Yes i saw it. We have many plans for the year! I will wrap my head around some game ideas :slight_smile:

Also, some social pressure keeps you motivating going forward with your challenge ;), haha. Shoot me a link as soon as you started so that i can share it.

1 Like

OK so I’m trying to integrate it with my android game in Unity.

The problem I’m facing is the StomtPopup class doesn’t seem to have a publicly accessible way of toggling the popup without the use of a Toggle Key - for example toggling it with an Event or with a Button.

Extending the StomtPopup class doesn’t work either due to a number of key fields and methods (_ui, Show()) being private.

What I’m left with is hacking the supplied StomtPopup class itself, which is less than ideal. It would be great if your devs could consider a more API-like implementation. Maybe it’s just me, but I don’t like editing third party source, I much prefer extending it with my own implementation classes.

Additionally I try to actively avoid anything that checks once per frame in Update() unless I absolutely need it. I feel the implementation would be much better with an Event rather than if (Input.GetKeyDown(_toggleKey)) { on every frame. Mobile devs are paranoid about CPU cycles :slight_smile:

Otherwise the service seems solid and it’s a useful way of integrating feedback. I’m yet to investigate how public the feedback is, and whether I have any way of moderating it.

1 Like

James, thanks for the high quality feedback. So one think i would like you to do is. Write a stomt for it on the Unity-SDK profile: stomt.com/stomt-unity (if you would take the time that would be great so that the improvement can be credited to you).

I will also tell the boys to take a look on it. As they have exams right now, it might take a month to make it happen. Of course we also appreciate PRs on GitHub: github.com/stomt/stomt-unity-sdk :slight_smile:

We now have a date for the fix. 5th of march.

1 Like

So finally @ninjachimp, here are your API-calls: https://github.com/stomt/stomt-unity-sdk#usage

Just use ShowWidget() or HideWidget(). Please let me know if that is enough for you and what could be done better.

1 Like

Nice. It’s going to be next week earliest before I can have another look, but I’ll let you know how it goes.

1 Like