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

Pages: [1] 2
1
NGUI 3 Support / Re: Nicki's Depth Management Tool
« on: January 05, 2014, 10:39:00 PM »
not working in 3.0.8 f5?

2
NGUI 3 Support / Toggle cause sprite to move 3.0.6f7
« on: December 02, 2013, 09:03:28 PM »
My sprite will move from it's original place (1~2pixel) after toggle panel.
This only happens in 3.0.6f7

3
NGUI 3 Support / Re: 3.0.6 This is a joke right?
« on: November 28, 2013, 02:56:34 AM »
3.0.6f5

4
NGUI 3 Support / Re: 3.0.6 This is a joke right?
« on: November 27, 2013, 08:48:41 PM »
Are you on a Mac? Menus in Unity are bugged on OSX. Everything is disabled if separators are used. Maybe something else is still glitchy?

In regards to the scroll view, if you see disappearing items, it may be related to the Mesh.RecalculateBounds check. In UIDrawCall, line 435:
  1. if (mClipping != Clipping.None) mMesh.RecalculateBounds();
Remove the 'if' statement so that it's just:
  1. mMesh.RecalculateBounds();
Does that resolve your issue?

found the problem,
It looks like tween animation on scroll view is the problem.
Maybe it is the reset scroll view position and tween fighting on which goes first.
Fix the problem by delaying tween animation by 0.01 sec.

Q4, toggle panel will have a slight flickering effect?
(in 3.0.5 penal toggle transition very nicely, now it goes black first than back to normal?)

5
NGUI 3 Support / Re: Flickering Issue
« on: November 27, 2013, 07:28:09 AM »
On 3.0.6f4.

I have flickering problem too...
But mine happen when the scene toggle.
Just a quick flick but annoying.

6
NGUI 3 Support / Re: Nicki's Depth Management Tool
« on: November 27, 2013, 06:50:19 AM »
I'm using it in 3.0.6 right now, and I'm not seeing this problem..

Are you using the new one from http://www.tasharen.com/forum/index.php?action=dlattach;topic=6166.0;attach=2804 ?

Work like a charm in 3.0.6! You're a LIFE SAVER! Genius  ;D
Thanks!

7
NGUI 3 Support / Re: 3.0.6 This is a joke right?
« on: November 27, 2013, 06:26:11 AM »
Scroll view script comes with a panel, so not quite sure what you mean there.

Are you sure you've got the latest version? The disappearing item thing was fixed, I think it was only a bug in f1 and earlier.

Q1, Right click chose scrollview i only get a panel?
Looks like we have mixed results,
Some of us have panel only, and some of us have panel with the scroll view script attached.

8
NGUI 3 Support / Re: 3.0.6 This is a joke right?
« on: November 27, 2013, 05:58:36 AM »
got it from asset store should be...

This is the header of  the read me.
----------------------------------------------
            NGUI: Next-Gen UI kit
 Copyright © 2011-2013 Tasharen Entertainment
            Version 3.0.6 f4
    http://www.tasharen.com/?page_id=197
            support@tasharen.com
----------------------------------------------

9
NGUI 3 Support / Re: 3.0.6 This is a joke right?
« on: November 27, 2013, 04:33:53 AM »
Ok, I will try to make sense with the new UI.

(Just my 2 cents, reposition checkbox = 1 click, new way = 2 click and not to mention we have to search for the execute fiction)

Q1, Right click chose scrollview i only get a panel?
Q2, Try to recreate a easy scroll bar step by step from the help document,
My vertical scroll bar only move like most a centimeter...
<Finally got what you meant, Fixed
Q3, Drag Scroll View Item disappears when in Scrollview when i scroll to the end (tested 13 item in scrollview)?

PS: List goes on. Things works in 3.0.5 when updated things is all over the place now.
(Just so you know, we are trying to fix it now but....)

10
NGUI 3 Support / Re: 3.0.6 This is a joke right?
« on: November 27, 2013, 03:49:57 AM »
I guess i need to do more reading before i can upgrade to 3.0.6.

I still don't see why not have the reposition now checked box.

I am having a lot of buggy looking problem now,
I think i might wait till next update. :-\

11
NGUI 3 Support / 3.0.6 This is a joke right?
« on: November 27, 2013, 01:56:11 AM »
UIGrid where is the reposition now option?
Scroll bar doesn't work anymore?
Top to bottom, bottom to top..... wat is going on?
TweenAlpha that used to work now after animation sprite jump to oblivion?

List goes on.... What's going on here?

12
NGUI 3 Support / Re: Nicki's Depth Management Tool
« on: November 25, 2013, 01:40:41 AM »
To support@tasharen.com
Asking about payment option.

13
NGUI 3 Support / Re: Nicki's Depth Management Tool
« on: November 21, 2013, 09:05:18 PM »
I'm using it in 3.0.6 right now, and I'm not seeing this problem..

Are you using the new one from http://www.tasharen.com/forum/index.php?action=dlattach;topic=6166.0;attach=2804 ?

Is 3.0.6 out for standard?
I was going to get a pro license,
was waiting for email reply but got none.
Weary to update now :(

14
NGUI 3 Support / Re: Nicki's Depth Management Tool
« on: November 19, 2013, 09:04:50 PM »
Zip-a-Dee-Doo-Dah  ;D

15
NGUI 3 Support / Upgrade to pro?
« on: November 19, 2013, 08:47:12 PM »
Bought our NGUI from Unity Asset Store,
Is there a way to upgrade to Pro version?

Thanks

Pages: [1] 2