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

Pages: [1]
1
TNet 3 Support / Re: JIT compile method error!
« on: December 15, 2015, 04:02:11 AM »
Hello!
День добрый!

Hello! I get a lot of similar mistakes in iOS.
Получаю очень много аналогичных ошибок на IOS.


MESSAGE
ExecutionEngineException: Attempting to JIT compile method '(wrapper delegate-invoke) System.Reflection.MonoProperty/Getter`2<UnityEngine.UI.Image, UnityEngine.Sprite>:invoke_Sprite__this___Image (UnityEngine.UI.Image)' while running with --aot-only.

STACK TRACE
System.Reflection.MonoProperty.GetterAdapterFrame[Image,Sprite] (System.Reflection.Getter`2 getter, System.Object obj)
System.Reflection.MonoProperty.GetValue (System.Object obj, System.Object[] index)
PropertyReference.Get ()
PropertyBinding.UpdateTarget ()
PropertyBinding.FixedUpdate ()



I'm using Net 2.0, because it is needed for building il2cpp. Are there any options to fix this problem?
Так же использую Net 2.0, потому что он необходим при сборке il2cpp. Есть какие то варианты исправить проблему?

I use Unity 4.6.9f1 и NGUI 3.9.1
Использую Unity 4.6.9f1 и NGUI 3.9.1

2
NGUI 3 Support / Dynamic font problem
« on: March 26, 2015, 02:34:50 AM »
Hello,
We faced a problem with displaying dynamic fonts on Amazon Fire Phone device. Version of NGUI is 3.8.0.
When minimizing the app and getting OnApplicationFocus(false) event I add a new panel with pictures and labels and then open the app again, as a result the font is either missing or displaying incorrectly. Even deleting this panel and creating a new one does not help to solve the issue. Also using NGUITools.Broadcast("Refresh"); does not help.


День добрый!

На Amazon Fire Phone проблема в отображении шрифтов. Версия NGUI 3.8.0, использую динамический шрифт.

Сворачиваю приложение и при этом, при событии потери фокуса, добавляю новую панель с шрифтами и картинками. Когда снова разворачиваю приложение, то через раз шрифт отсутствует либо отображаются просто прямоугольниками. В последствии, даже если удалить эту панель и создать заново, проблема остается.

Пробовал использовать  NGUITools.Broadcast("Refresh");, не помогло.

3
NGUI 3 Support / Problem with 3d model in NGUI
« on: October 15, 2014, 04:25:00 AM »
День добрый!

Использую платную версию NGUI 3.7.4. Хочу отобразить 3d model с прозрачностью поверх UI, но какие бы шейдеры из Unlit я не использовал, UI все равно отображается поверх модели, т.е модель становится как бы прозрачной.

4
NGUI 3 Support / Re: Bug in ScrollView with Anchors
« on: March 31, 2014, 07:14:43 AM »
Thanks! All works fine)))

5
NGUI 3 Support / Re: Bug in ScrollView with Anchors
« on: March 31, 2014, 06:45:58 AM »
Версия 3.5.4 r2

6
NGUI 3 Support / Re: Bug in ScrollView with Anchors
« on: March 31, 2014, 03:02:39 AM »
День добрый!

Баг заключается в том, что если на ScrollView стоят Anchors, то CenterOnChild работает не корректно. Как только я убираю их, проблема исчезает. Включенный UIGrid еще сильнее усугубляет ситуацию. Возможно это смещение center или offset так влияет.

Например, я скролю ScrollView до конца вправо, а затем кликаю на последний элемент, ScrollView перематывает в неверную позицию.

7
NGUI 3 Support / Re: Bug in ScrollView with Anchors
« on: March 27, 2014, 01:18:47 AM »
Hi!

Upload on YouTube: https://www.youtube.com/watch?v=iTB1SQgFQDo

The larger anchor bias center and  change offset, the more often bug reproduced and stronger consequences.

8
NGUI 3 Support / Bug in ScrollView with Anchors
« on: March 26, 2014, 05:34:39 AM »
Hi!

I want to make a horizontal scroll with centering element, and that the size of the scroll changed together with the screen. But I found a bug which is reproduced in your example "Scroll View (Panel)". If in the example add Anchors to UIPanel ScrollView, go to the last item and clicking on it for a long time, sometimes scrolling moves to a random position.

Attached video https://cloud.mail.ru/public/68ee5c21fc2d/ScrollViewBug.avi

First reproduction 1min 17sec. Sorry for bad English))))

If I remove Anchors, all works fine!

Pages: [1]