Skip to content

NewTwoToss/TemplatorTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Templator Tool

Templator is an Unity editor tool for creating fast and simple templates. Template is a group of nodes that represent UI components, e.g., RectTransform, Image, and Button.

Templator is
✔️ tool for fast iterations

  1. Create template - nodes with basic settings
  2. Select main parent - any RectTrasform (part of Hierarchy)
  3. Adjust components in Unity editor after creation
  4. GoTo step 1 ⤴️

NOT tool for creating big and complex UI systems

Inspiration

🌟 DASH - Animation System for Unity
(Graphics + Display methods of Views and Nodes)

Node Categories

➡️ Source - Main Parent

➡️ Components

  • RectTransform
  • Image
  • Text (TMP)
  • Button

➡️ Decorators

  • Horizontal Layout
  • Vertical Layout
  • Grid Layout

Basic Layout

Templator Basic Layout

Example 01

Templator Example 01

Example 02

Templator Example 02

🔨 ToDo: Templates

📐 Template 01

RectTransform
〰️ Image
〰️ 〰️ Button

📐 Template 02

RectTransform
〰️ Image
〰️ 〰️ Button
〰️ 〰️ 〰️ RectTransform
〰️ 〰️ 〰️ RectTransform

About

Unity Tool for Creating Game UI with Nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages