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

Pages: [1]
1
NGUI 3 Support / Change to Protection level of Reset() in UITweener
« on: May 13, 2014, 07:09:41 PM »
Started seeing an error with the latest update when I reset a TweenScale component on a gui.

error CS0122: `UITweener.Reset()' is inaccessible due to its protection level

Didn't find a mention of this changing in version notes. Did find ResetToBeginning(), was the change intended to move use of Reset() to ResetToBeginning()?

2
NGUI 3 Support / Re: Anchoring Issue
« on: March 14, 2014, 10:39:39 PM »
That worked perfectly. Thanks!

3
NGUI 3 Support / Anchoring Issue
« on: March 14, 2014, 05:27:32 PM »
Just upgraded from 3.0.7 to 3.5.4.

Previously if I wanted a widget anchored bottom right, I change anchor type to Unified, set Left and Right to Right, Bottom and Top to Bottom and zero out the offsets. That placed the zero point of my widget in the bottom right corner (shown aligned with the purple line corner). I'd then add elements to that widget that make up my bottom right UI.

But now, changing anchoring as above, shows it offset from the corner, changes the size of the widget and offsets X and Y. Looks like screenshot included. Is this a bug or have I missed something?

Pages: [1]