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