Standalone WebView for Unity.
Unity 2017.x or later.
open Assets/Sample/SampleScene in Unity.
or,
open ./WebGL/index.html in your web browser. you can see html browser running on the Unity WebGL contents.
- parse html5 ruled html.
- rendering uGUI interface from html.
- generate original tags from uGUI.
- layout uGUI parts from html.
- original DOCTYPE declaration "uuebview" is enabled.
- some special html attributes supported. (id, listen, hidden, button)
- some tags enabled.(a, img, and more ... check default tags)
- the uGUI event receiver system is implemented.
- reduce amount of the GameObject.
- generating original tags with rich Editor GUI.
- no benchmark yet.