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 - ikars

Pages: [1]
1
NGUI 3 Support / 3.7.7 Stuck in Hover State
« on: December 20, 2014, 01:39:38 PM »
Upgraded from 3.7.1 to 3.7.7 and now all the buttons get toggled into 'hover' state when pressed. Pressing a new button brings the previous one back to normal. Doesn't happen on iOS, but consistent on Android 4.1.2. Was there a new setting added on or is this a bug? Gone back to 3.7.1 for now. Any fix for this?

2
NGUI 3 Support / Re: NGUI Virtual Joystick
« on: May 21, 2012, 07:52:13 PM »
Bingo! Thank you, sir :)

Somewhat new to Unity -- thought it might be a path issue.
Is the 'plugins' folder a special case? The script seems happy
anywhere else.

3
NGUI 3 Support / Re: NGUI Virtual Joystick
« on: May 21, 2012, 07:42:37 PM »
Well, I don't think the error message is particularly helpful in this instance. The entire scene works fine -- including various NGUI buttons -- as long as the UIJoystick script is not present. The minute I include it, I get the UICamera does not exist error...

4
NGUI 3 Support / Re: NGUI Virtual Joystick
« on: May 21, 2012, 06:01:34 PM »
Trying to use this script as well. I updated the UITweener & currentCamera occurrences, but still get one that I can't decipher:

"Assets/Plugins/UIJoystick.cs(118,27):error CS0103: The name 'UICamera' does not exist in the current context"

the error points to this line of code:

Ray ray = UICamera.currentCamera.ScreenPointToRay(UICamera.lastTouchPosition);

5
NGUI 3 Support / Re: NGUI not in top menu...
« on: May 21, 2012, 05:18:50 PM »
Yup, you're right -- Aren. Thanks!

Looks like that version of the project is completely hosed.
Problems with nearly every script. Previous version is fine. Thank god, for backups :)

6
NGUI 3 Support / Re: NGUI not in top menu...
« on: May 21, 2012, 05:00:11 PM »
Yes, I did. Can see all the components just fine... just top menu is gone.

7
NGUI 3 Support / NGUI not in top menu...
« on: May 21, 2012, 04:48:22 PM »
Is there a way to verify a proper installation of NGUI?

I just deleted my unity v.3.5.1 to install v.3.5.2, but redownloading NGUI
from the store doesn't bring it back to the top menu... All the other parts
of the package seem to make into the project window just fine...

Thanks!

Pages: [1]