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.


Topics - stilghar

Pages: [1]
1
Hi!

I already asked this directly on the UIKeyNavigation documentation thread but I will add it here in case it gets more visibility and can help others.

I'm having a weird issue with key navigation. I have 4 buttons, the menu works fine with mouse. Now that I added UIKeyNavigation to them I can select them also with keyboard. All fine until here. But the input seems to be too sensitive as I get erratic behaviour. Only if I press (and depress) the keys really, really fast I get the correct behaviour. Otherwise the focus changes to a random button (sometimes even the same one that was already on focus). It looks as if registering many key presses when only doing it once.

Any ideas?

2
NGUI 3 Support / [solved]Problem with UISoundVolume
« on: April 10, 2013, 03:56:52 PM »
Hi!

I recently bought NGUI, having lots of fun with it! Great tool. Now the question of a newbie in trouble:

I have attached the following simple script to my main camera (not the UI camera):

http://hastebin.com/coyiloxugu.py

And then I put a UISoundVolume script on an NGUI slider. But the volume of the song played doesn't seem to be affected. What may be wrong? I tried adding a Debug.Log inside the OnSliderChange of the UISoundVolume to see if this was called at all and it seems to be the case. So, I don't understand then what could be the problem.

Any help?

Stilghar

Pages: [1]