This is an old revision of the document!
Table of Contents
LowoUI-UN Wiki
Summary
LowoUI-UN is an ui framework for unity base on UGUI with simple architecture, and include many useful features to speedup the progress of the development.
Asset Store: http://u3d.as/QXF
Take a look at the sample files in the asset folder, you may find it easily to use. Any problem, you can check the url or send email below for help.
- Blog: http://www.loywong.com
- Mail: loywongcom@gmail.com
Framework Directory
-
-
- UILinker
- UIHub
- UIScene
- UIBinder
-
- Basic
-
- Holder(Combined with lots of components)
- Component
- Hud
-
- Prefab
- Script
Quick Start Guide
Learn as less as points to use this framework at an low level.
Core
The core scripts of the framework.
Tmpl
The basic holders(panels) code template include an uihandler and an uibinder script file.
Visual
All visible ui elements on the devices, include three types: Hud UI, Holder(Panel), and Components which must belong to a Holder.
- Holder(Combined with lots of components)
- Component
- Hud
Util
Kinds of utils, such as:
- UICutter: Disable ui game objects outside of the screen for performance optimization
- UIGameObject: the control of all ui visual elements(hud, holder and component)
- UIDragHelper: for dragging ui freely
Anim
Animation clips play for all ui elements include hud ui, holder(panel) and components.
Helper
- Prefab case for the visual elements
- code snippets for quick input