ULogin Pro

Add-Ons for MFPS.
Post Reply
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Image

ULogin Pro
This is the add ons for MFPS 2.0 of ULogin Pro, this is a must-have extension if you are developing a serious game, with this system players will can create accounts for authenticated and save they statistics of game-like: Kills, Deaths, Score, Play Time, etc… also with this you will can ban players (by IP or they account), comes with a Ranking system where you can display the Top 10, Top 100 Top 1000, etc… wherever you want, an Admin panel where you can see some statistics of game.

The package is fully customizable use full UGUI with a professional and clean example UI design.

Main differences between ULogin System and ULogin Pro:

– Email confirmation (optional)
– Store playtime.
– Game statistics.
– Complete Admin Panel.
– Player login name and nickname.
– Players can change their password.
– Players can change nickname (Optional)
– Check ban in playtime.
– Optimize system.
– Support Ticket System.
– Ranking not longer requires login to display users.
– Case sensitivity.
– Play as a guest.
– UnityWebRequest.
– Database check.

Link:
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Version 1.7

Add: bl_ULoginWebRequest.cs which make easier handle UnityWebRequests Operations.
Improve: Added unhidden / hide button in the password input field to make the password text visible.
Fix: Empty GUI Layer components in Login and Raking scenes cause build to fail in Unity 2019++
Improve: Add new table to store coins purchases metadata.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
KKHackLabs
Member
Member
Posts: 52
Joined: Thu May 07, 2020 3:34 pm

Is SSL supported?
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

KKHackLabs wrote: Thu May 07, 2020 10:58 pm Is SSL supported?
Yes, in fact, it's required for mobile platforms (iOS and Android).
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Version 1.7.5

Fix: Coins purchases where not begin saved.
Improve: MFPS Lobby player profile window popup, now you can click over the player name in order to open the player profile.
Add: User metadata, with this class (bl_UserMetaData.cs) you can easily add new fields to store as plain text (in JSON format) in the database.
Improve: compatibility with Class Customization add-on.
Improve: Integrated the ranking window in MFPS lobby menu.
Improve: Build-in documentation.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Fumeblast
Contributor
Contributor
Posts: 5
Joined: Tue Aug 25, 2020 9:57 am

Is this compatible with controller and if so, it’s not working, my pointer isn’t showing?
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Are you using the Input Manager addon?

if you are, then simply add these lines:

Code: Select all

#if INPUT_MANAGER
        bl_Input.Initialize();
        bl_Input.CheckGamePadRequired();
#endif
in bl_LoginPro.cs -> Awake().
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
vitekcz5
Member
Member
Posts: 11
Joined: Fri Aug 28, 2020 1:59 pm

Hi.
I buyed ULogin Pro few hours ago. I downloaded it and imported it into Unity. I followed the tutorial exactly. I also chose the same hosting service. But when I get to step 3 in the Ulogin column, the message "Cannot resolve destination host" appears (screenshot: https://photos.app.goo.gl/YJD8GecjGcsj2hd56).

I checked everything but after a few hours I really don't know what to do. Can you help me?
Thanks,
Vít.
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Show me the url that you set in LoginDataBasePro -> PhpHostPath.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
vitekcz5
Member
Member
Posts: 11
Joined: Fri Aug 28, 2020 1:59 pm

Lovatto wrote: Tue Jan 12, 2021 3:00 pm Show me the url that you set in LoginDataBasePro -> PhpHostPath.
This is URL in LoginDataBasePro: https://photos.app.goo.gl/qv6KXrkvWf81BzN98
This is my web URL (hosted on Awardspace): https://photos.app.goo.gl/TPU3goNn5bNrwHmr9
Post Reply