Hello guys okay?
In my current project, I was wanting to add a feature in the game, create a new post on a blog (with WordPress) when the player did some actions, and each player would have a tag to identify the posts that player.
Searched the Asset Store, but found nothing, so I decided to create my own plugin.
Currently I create a new post in WordPress via game by calling a function I created
WP.NewPost(string post, int tagid)
As I saw that there is nothing like this in the Asset Store, I’m trying to create a more generic, which also work on other projects, and would like to know what you would like to see also this plugin? Because I intend to release it in the Unity Asset Store when ready.