HtmlToUnityCanvas
Convert static local HTML files into editable Unity uGUI prefabs with TMP text, Images, Buttons, and routed panels.
by Rayoub
Price History +
HTML To Unity Canvas is a Unity Editor extension that converts static local HTML files into editable uGUI prefabs.
The converter uses an installed Chrome or Edge browser during Editor conversion to measure the real DOM and computed CSS. It then generates a Unity Canvas hierarchy with RectTransforms, TextMeshPro text, Images, Buttons, generated procedural sprites for styled panels, and a small panel router for simple screen navigation.
Use it to turn UI mockups, menus, HUD layouts, and static HTML prototypes into Unity UI objects that can be edited, renamed, restyled, and connected to game logic.
This is not a full web browser renderer. V1 focuses on practical editable Unity UI output from static local HTML. JavaScript gameplay behavior, remote URLs, forms, media tags, runtime conversion, and pixel-perfect browser-engine rendering are not included.