- 最后登录
- 2015-2-6
- 注册时间
- 2014-3-16
- 阅读权限
- 20
- 积分
- 247
- 纳金币
- 283
- 精华
- 0
|
This is the modified version of the HTML Engine. This modified version can render simple HTML text for both NGUI and UnityGUI.
This modified version has some great NEWfeatures.
1. Added NGUI support. It will render HTML with UILabel and UISprite. This package also contains a NGUI distribution version (no editor).
2. Added animation image support for NGUI by UIAnimationSprite.
3. Changed "div" tag to "spin".
4. Added "id" attribution to "p", "spin", "img" and "a" tags. So the NGUI labels and sprites will use this id as their game object name. After the labels and sprites were generated, we can get them by id easily.
5. Fixed Asian language characters line break bug.
LAST UPGRADED:
1.3.50
Support the latest NGUI 3.5.0.
1.3.9f1
Support the latest NGUI 3.0.9f1.
1.3.8f7
Support the latest NGUI 3.0.8f7.
1.3.8f2
Support the latest NGUI 3.0.8f2.
1.3.7f3
Support the latest NGUI 3.0.7f3.
Add two options to NGUIHTML, "labelOverflow" and "labelCrispness" to support UIRoot.FixedSize feather.
1.3.7f1
Support the latest NGUI 3.0.7f1.
1.3.6f7
Support the latest NGUI 3.0.6f7.
Add spacing-x and spacing-y attribute to "font" tag(Only for NGUI).
Add pixelDensity support.
Online Demos:
NGUI demo: http://www.goodres.com/html_engine/ngui.html
unity3d.GUI demo: http://www.goodres.com/html_engine/unity3d.html
|
|