Skip to main content

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

amateurhr

7
Posts
A member registered Mar 06, 2019

Recent community posts

I tried dragging the zip file to my wordpress plugins but I received this error: https://screencast.com/t/jVxdLi6DPO

Then I tried to unzip the file downloaded (WULogin.zip_bd146.zip) and I noticed for a split second I saw WULogin.unityasset but then it disappeared from my computer and I can't find it via Spotlight. Unzipping generates a giant list of folders: https://screencast.com/t/Fbbmb4m4y

Any ideas how to both upload the plugin to Wordpress and find the assetpackage to install on Unity? I tried submitting this question via your website but for some reason it wasn't taking the invoice number.

(1 edit)

Appreciate all the time you've spent on this! Your detail is great for us to understand the different ways we can authenticate. Does your plugin allow for an easy way of checking if a username is unique or email is unique? I am designing a registration flow right now that is asking for 1 field per page because mobile is tough to have a giant form. I'm asking for username on screen 1, email on screen 2, then password on the last screen before submission. I would ideally like to check the uniqueness of username on screen 1 and uniqueness of email on screen 2 (instead of on full registration) so that we don't send users backwards in the flow.  Is that something that's easy to check in your plugin?

One last question: We currently allow players to login to our mobile app using Facebook. Is it possible to route that flow through your plugin as well?

We do have custom roles on our website!  Do you know if role can be a) set on registration or is it b) set on an update?  What I can do is have website folks who register automatically be assigned "writer" and then the mobile app registration role can be set to "player". If role can be set on registration that would work wonderfully for our existing webhooks.

We ended up upgrading to get ready for your plugin. We have a Wordpress website that we use for folks that want to create interactive stories and a mobile app (made with Unity) for the players who want to consume these stories.  Do you know if there's any way to differentiate the registrations from the website vs your Unity plugin? Ideally I would like to sync these users a little differently.

Sounds like you're the guy to talk to when it comes to all things Wordpress/Unity. Funny how Wordpress powers a huge amount of the internet, Unity supposedly runs over 50% of the indie games and yet the universe of folks who have a login solution for the 2 services is you. Well we're grateful and will almost definitely pick up a copy of the login system tomorrow morning. Quick question on compatibility. We're game adjacent and so we're using a variety of SDKs to manage third-party services which makes it difficult to upgrade (we're limited by each SDK providing support for the higher version of Unity). As a result we're currently stuck on 2017.2.  Is there any way you solution will support that? I noticed in your changelog something about 2017.3 being required for future updates. Does that still stand?

@myBad, I'm interested in your Wordpress login plugin but I was curious about 2 things:

1. How come you are not going to be on the Asset Store anymore?

2. How do you compare Wordpress as a database vs Google's FireBase, Amazon Cognito, or Playfab? Wordpress seems to be an uncommon way to authenticate users but it's interesting to us because we already have a Wordpress site for content creators (our application has user generated elements). Is Wordpress database performant at millions of users?