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

Pages: [1]
1
NGUI 3 Support / UICenterOnChild does not work
« on: August 14, 2014, 02:10:30 AM »
In version 3.6.9, UICenterOnChild does not work. It is working on Enable, but not after dragging.

Hierarchy is

- UIScrollView
- - UIGrid <- UICenterOnChild is here
- - - Object <- BoxCollider and UIDragScrollView
- - - - Labels and Sprites
- - - Object <- BoxCollider and UIDragScrollView
- - - - Labels and Sprites
- - - Object <- BoxCollider and UIDragScrollView
- - - - Labels and Sprites

I tried:
http://www.tasharen.com/forum/index.php?topic=10743
http://www.tasharen.com/forum/index.php?topic=10749
but they do not fix my problem.

I noticed that in UICenterOnChild.cs line 53
void OnDragFinished () { if (enabled) Recenter(); }
never called. Can it be because this Recenter() never called?

2
NGUI 3 Support / Re: Bug in 3.0.9 f 3
« on: January 23, 2014, 06:27:09 AM »
It started worked with this code change

3
NGUI 3 Support / Re: Bug in 3.0.9 f 3
« on: January 23, 2014, 06:13:09 AM »
Did you try it in f4?

I tried that and it is still crashing.

4
NGUI 3 Support / Bug in 3.0.9 f 3
« on: January 22, 2014, 06:34:45 AM »
Application is crashing when you are closing it on IOS and Android devices.

This is the error:

NullReferenceException
at UnityEngine.Component.get_gameObject () [0x00000] in <filename unknown>:0
at UIDrawCall.ClearAll () [0x00000] in <filename unknown>:0
at UIDrawCall.ReleaseAll () [0x00000] in <filename unknown>:0
at UIPanel.OnDisable () [0x00000] in <filename unknown>:0




5
NGUI 3 Support / Re: Shadow and Outline
« on: January 17, 2014, 05:07:14 AM »
Why is the outline made so that it renders multiple labels? It look really bad.
Is there anyway of getting the results that are visible on my screenshot?
I want that my label has 3px stroke and shadow. both of these should have opacity of 50%.
Top one is what it should like and bottom one is how it looks in unity

Pages: [1]