Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Chaosgod_Espér

Pages: 1 2 [3]
31
NGUI 3 Support / Re: Making a new slider
« on: October 24, 2012, 10:19:12 AM »
Why not adding a collider to the thumb (but i think it already has one), and use Button functions or EventListener with it?

32
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:
  1. UILabe.text.size
  2.  
  3. ex.:
  4. if(UILabe.text.size < 5){
  5. print("your username needs at least 5 or more signs");}
  6. }


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?

Pages: 1 2 [3]