Author Topic: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]  (Read 47875 times)

zhing

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 7
    • View Profile
HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« on: April 03, 2013, 10:09:50 PM »
This is the HTMLEngine for NGUI and Unity3D.GUI

It is based on Profixy's HTMLEngine-Mini.
URL: http://html-engine-mini.googlecode.com/

This modified version has some NEW features.
1. Add NGUI support. It will render HTML with UILabel and UISprite. This package also contains a NGUI distribution version(No Editor).
2. Add animation image support for NGUI by UIAnimationSprite.
3. Change ‘div’ tag to ‘spin’.
4. Add ‘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 asia language characters line break bug.
6. Fixed iOS 'Strip Assembiles' issus.

Platform:

Windows, Mac, iOS, Android, Webplayer

Online Demos:

NGUI demo: http://www.goodres.com/html_engine/ngui.html
Unity3D.GUI demo: http://www.goodres.com/html_engine/unity3d.html

Asset Store:

URL: http://u3d.as/content/zhing/htmlengine-for-ngui-and-unity3d-gui/

Screenshots:

1. Sample


2. Line based text effect


3. Text based text effect


4. Image and Animation Image


5. Hyperlink


6. Unity3D.GUI Sample

adam718

  • Jr. Member
  • **
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 60
    • View Profile
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #1 on: April 03, 2013, 10:47:09 PM »
hmm, sounds interesting,
can i implement web view with your plugin?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #2 on: April 04, 2013, 04:34:28 AM »
Whoa, this is sweet.

zhing

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 7
    • View Profile
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #3 on: April 04, 2013, 11:10:26 AM »
hmm, sounds interesting,
can i implement web view with your plugin?

My plugin can only parse
  1. <p>, <spin>, <img>, <font>, <effect>, <b>, <i> and <a>
tags, a subset of HTML tags.
So you can't use it render the complex html page, but simple page with these tags only.

rocki

  • Guest
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #4 on: April 06, 2013, 01:07:51 AM »
Hi, we're exporting to Flash and NGUI works well on Flash.  Does this plugin also work on Flash.  Using unity pro 4.1.2f
Thanks.

shokinhan

  • Guest
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #5 on: May 11, 2013, 09:26:38 AM »
HI, If I use the NGUI,How to use the library?
Do you have demo code ?

Thanks very much!!!

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #6 on: May 14, 2013, 09:24:07 AM »
HTML is working into localization files?

StridingDragon

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 53
    • View Profile
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #7 on: June 19, 2013, 06:14:35 PM »
Does this package work with NGUI's localization? Also, is there way to get a copy without the free NGUI version being part of it? I don't want the installation to completely mess with my existing project and installation.

robq

  • Guest
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #8 on: June 20, 2013, 06:30:02 PM »
so far it appears localization has to have everything on 1 line, thats something to keep in mind.

robq

  • Guest
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #9 on: June 20, 2013, 06:31:04 PM »
anyone know how to select a font thats in a different folder then htmlengine's fonts? i have "Arial Black" (Arial Black 36) , and no matter what i type for face, it cannot find arial black.

robq

  • Guest
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #10 on: June 24, 2013, 04:25:33 PM »
could someone give an example of how to setup a font like, standard Arial, to work with the <font face=....  tag (e.g. i place Arial.ttf into html engine's Resources/fonts folder. then call <font face=Arial>...)

ddfire

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 32
    • View Profile
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #11 on: June 26, 2013, 11:37:00 AM »
The web link is broken, the correct one is
http://u3d.as/content/zhing/html-engine-for-ngui-unity-gui/4pD

Also may i see the manul or any explanation on how to us it before i buy?
i am really interested in this!!!!!!
Thanks!!!!

robq

  • Guest
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #12 on: July 03, 2013, 02:40:47 PM »
so i had to rip out the current solution for grabbing fonts. however their solution for fonts, while it is explained a little in the demo. it needs its own dedicated Documentation section for adding fonts, in a text file.

shokinhan

  • Guest
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #13 on: August 11, 2013, 07:24:31 AM »

What 's the number about the last version?

I don't find the change log about the HTMLENgine!




justinISO

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 52
    • View Profile
Re: HTMLEngine for NGUI and Unity3D.GUI [RELEASE]
« Reply #14 on: September 26, 2013, 04:31:37 PM »
Will there be an update to handle the new structure of NGUI 3.0.0 anytime soon?

Thanks,
Justin