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

Pages: [1]
1
NGUI 3 Support / Re: Scroll view softclip problem in Android devices
« on: April 30, 2015, 05:29:29 AM »
Thank you for your help ArenMook,

I found the problem. My dear coworker had the great idea of changing the name of the NGUI inner Resources folder to NGUIResources. Therefore, NGUI could not find the Shader when it was running in a phone.

Regards.


2
NGUI 3 Support / Re: Scroll view softclip problem in Android devices
« on: April 28, 2015, 05:07:04 AM »
Hi ArenMook,

First of all, thank you for the fast answer.

I tried all the advices explained in the FAQ, but none of them worked for me. In Unity 5 GLES 1.1 is no longer used, the min version is 2.0.

Actually, the panel of the ScrollView is clipping properly. The problem is that the panel only hides an object of the Grid, when it is completely out of the panel bounds. If you look at the second image of my the first post carefully, all inner object of the first element of the Grid are hidden. If I would move a little bit more the ScrollView, it would hide the complete object. However, in the first image, the panel applies softness to the element, being able to hide part of it without the necessity to move the complete object out of the panel bounds.

Any idea what could be the reason?. To be honest, I have no idea how to fix it.

Thanks in advance, regards.


3
NGUI 3 Support / Scroll view softclip problem in Android devices
« on: April 27, 2015, 01:11:50 AM »
Hi everybody,

I have an undesired behaviour in scroll views with softclip. The problem only happens in Android devices, actually I did not try it in iOS devices, but it works as expected in Unity tool.

  • Unity 5.0.1f
  • Android 4.4.2
  • NGUI 3.8.2

Expected UI:     Android UI:    Scroll View settings:


Any guess about what could be the problem?. It seems the softness of the scroll view panel is and limit of the panel is not working as expected.

Thanks in advance, regards.

4
Thank you very much ArenMook, I didn't realise about the camera parameters. I have just set the Clear Flag as Skybox, and everything works as expected.

5
NGUI 3 Support / UI its show several times instead of just one time
« on: April 21, 2015, 04:58:11 AM »
Hi everybody

When I run my app, the UI repeat itself until covering all the screen. The weird thing is that behaviour is only shown in Android devices running the version 4.4.2. I have checked the log messages of the Android device, and it is not showing anything to be worried. I checked the messages of the unity console, while the app is running in the Android device,  by means of the asset "Log viewer", however it not showing neither any warning message nor error message.

Here are the specs:
  • Mac os 10.9.5
    Unity 5.0.1f1
    NGUI 3.8.2
    Android 4.4.2

The first image show how the UI should be shown. The second image show the UI with problems.



Any guess about what could cause the problem?.

Thank in advance, best regards.

Pages: [1]