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 - Alexey Ozertsov

Pages: [1]
1
NGUI 3 Support / Upgrade from 3.0.2 to 3.0.8f
« on: January 15, 2014, 07:25:55 AM »
Hello,

I've upgraded NGUI and some elements are gone from my scrollview. I can't share the code, but I hope that you can point me to my problem. Please see attached screen shot. I have a "previous" button, implemented as a panel, on top, but after upgrade I found that it is gone and moved to the left out of the screen. But when I simply moving it back, it's just disappearing from the screen. Can't figure out the problem.

Thanks
Alexey

2
NGUI 3 Support / UIPanel exception
« on: January 07, 2014, 06:54:06 AM »
Hello,

I'm porting unity3d with NGUI on windows phone 8 and sometimes I see an AccessViolationException in
UIPanel.cs:
protected override void OnInit ()
{
...
rb = gameObject.AddComponent<Rigidbody>();
...
}

Can you please tell what could be the reason of this?

Thank you in advance

Pages: [1]