User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2017/06/22 03:58] – [Framework Directory] loywongstart [2024/06/18 13:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== LowoUI-UN Wiki======+====== LowoUN-UI Wiki======
  
  
 ===== Summary ===== ===== 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.+LowoUN-UI is an ui framework for unity project based on UGUI with templated way to achieve UI production, I think it's a great architecture to implement coding in the form of configuration, and it includes many useful features, so the ui development progress will be accelerated. 
 +\\ \\ 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/unity-ui-framework/|http://www.loywong.com/unity-ui-framework/]]
 +  * Mail: loywongcom@gmail.com
 ==== Framework Directory ==== ==== Framework Directory ====
   * **[[1_guide|Quick Start Guide]]**   * **[[1_guide|Quick Start Guide]]**
-    [[1_guide:1_summary|Summary]] +    [[1_guide:1_setupenv|Setup Environment]] 
-    * Workflow +    [[1_guide:2_makeholder|Make Holder(Panel)]] 
-      * [[1_guide:2_workflow|Setup Environment]] +    [[1_guide:3_writecommonestlogic|Write Commonest Logic]]
-      [[1_guide:3_make_panel|Make Holder(Panel)]] +
-      [[1_guide:3_make_panel|Write Commonest Logic]]+
   * **[[2_core|Core]]**   * **[[2_core|Core]]**
     * UILinker     * UILinker
Line 33: Line 35:
  
 ===== Quick Start Guide ===== ===== Quick Start Guide =====
-Learn basic necessary tips(as less as pointsto use this framework at an low level.+Learn as less as points to use this framework at an low level. 
 +> [[1_guide|more>>]]
  
  
 ===== Core ===== ===== Core =====
 The core scripts of the framework. The core scripts of the framework.
 +> [[2_core|more>>]]
  
 ===== Tmpl ===== ===== Tmpl =====
 The basic holders(panels) code template include an uihandler and an uibinder script file. The basic holders(panels) code template include an uihandler and an uibinder script file.
 +> [[3_tmpl|more>>]]
  
 ===== Visual ===== ===== Visual =====
Line 47: Line 52:
     * Component     * Component
   * Hud   * Hud
 +
 +> [[4_visual|more>>]]
  
 ===== Util ===== ===== Util =====
 Kinds of utils, such as: Kinds of utils, such as:
-  * UIClip: for performance optimization +  * UICutterDisable ui game objects outside of the screen for performance optimization
-  * UIDragHelper: for dragging ui freely+
   * UIGameObject: the control of all ui visual elements(hud, holder and component)   * UIGameObject: the control of all ui visual elements(hud, holder and component)
 +  * UIDragHelper: for dragging ui freely
  
 +> [[5_util|more>>]]
  
 ===== Anim ===== ===== Anim =====
 Animation clips play for all ui elements include hud ui, holder(panel) and components. Animation clips play for all ui elements include hud ui, holder(panel) and components.
 +> [[6_anim|more>>]]
  
 ===== Helper ===== ===== Helper =====
   * Prefab case for the visual elements   * Prefab case for the visual elements
   * code snippets for quick input   * code snippets for quick input
 +
 +> [[7_helper|more>>]]
start.1498103912.txt.gz · Last modified: 2024/06/18 13:44 (external edit)