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

Pages: [1]
1
NGUI 3 Support / Re: NGUI 3.6.2 and WP8 EventDelegate broken
« on: June 06, 2014, 07:40:42 AM »
For my situation, when i change unity editor platform to WP8, it does not work in editor and also do not work on actual phone Lumia 925.
Reverting back to previous EventDelegate.cs version it does work.
Unfortuanately i don't have much time to investigate it more. But when i will get some time for this i will do.

NB! Editor is running on Win 8.1pro

thanks

2
NGUI 3 Support / NGUI 3.6.2 and WP8 EventDelegate broken
« on: June 05, 2014, 02:20:11 PM »
Hi,
I found an issue with EventDelegates (on windows phone 8 ), it's working fine when delegate is assigned using inspector, but fails when using from code.
ex. x.SetOnFinished(new EventDelegate(delegate() {....}) );

It shows error about method not found from class.
When reverting back to 3.6.1 for EventDelegate.cs, all works.

Reverting back to following line
mMethod = type.GetMethod(mMethodName, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public);

Thanks!

3
NGUI 3 Support / Re: Lumia 720 issue
« on: May 29, 2014, 08:50:48 AM »
Why is the text legible and the rest isn't? Are Quality Settings restricted to "Fastest", thus restricting max texture size to 1024 and limiting your atlas?
Quality settings are default (good for w8 phone). And also upper left image with burning rock is not from atlas and is created using "RenderToTexture".
But i will check what quality settings are used.

4
NGUI 3 Support / Lumia 720 issue
« on: May 29, 2014, 07:27:49 AM »
Hi,
I have menu created with NGUI 3.6.1 and Unity 4.5
On android and iOS devices and everything is OK.
On Lumia 720 (windows 8 phone) menu is like this, scrambled lines, some lines look correct (some kind of z-fight?):

For reference correct image from Lumia 925 (w8p also)


Thanks,
Imre

5
NGUI 3 Support / [Feature Request / S] Expose sorting delegates
« on: January 22, 2014, 12:48:12 PM »
Hi,
First, thanks for a great product!
It will be great to have UITable / UIGrid current SortByName exposed and customizable.

In addition, it would be very good if customeditors work also for childclasses by default.

Thanks,
Imre

Pages: [1]