Hi there
i´m completely new to unity and NGUI, but managed to make a Login and Account creation system.
Only thing left is the need of a correct Account Setup.
Means:
username should be between 5 and 20 characters, same for password, and the reentered password needs to match the password.
I searched through the reference, but couldn´t find something to ask, how many signs a label contains.
Like:
UILabe.text.size
ex.:
if(UILabe.text.size < 5){
print("your username needs at least 5 or more signs");}
}
And as second Question..
We want to create a Character Editor.
It actually looks like this:

Question now:
How to bring a 3D Model into the UIs center (Between the buttons), so it´s not covered by it?
is there a method for that?