playMaker

Author Topic: New Ecosystem Sample: Login Form using Unity UI  (Read 1921 times)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
New Ecosystem Sample: Login Form using Unity UI
« on: October 28, 2015, 09:59:20 AM »
Hi Everyone,

 I can't track which thread it was, but I said I would do a simple Form and show some ways to deal with it from PlayMaker, so here it is.

 a Simple Login Form with several views with medium complexity. It's only one Fsm, but use many uGui tricks on how to listen to buttons, feed Fsm Variables from UI inputs, etc etc.

 It doesn't verify your credential on any kind of servers, it just checks that you have indeed input a username and password. It's up to you then to contact a server to get credentials. BE SURE TO USE SSL (HTTPS) when dealing with users' password.

It's available on the Ecosystem as usual, or below

uGuiLoginForm.unitypackage

 So let me know if you have questions :)



 Bye,

 Jean

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: New Ecosystem Sample: Login Form using Unity UI
« Reply #1 on: October 28, 2015, 07:20:14 PM »
Cool sample! Thanks  :)
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!