Skip to content

uFrame/uFrame.Architect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uFrame Architect


uFrame Architect Framework Join the chat at https://gitter.im/micahosborne/uFrame

What is uFrame Architect?

uFrame Architect Framework is an internal project that let's you generate Models, ViewModels and Drawers based on diagram data. It allows you to prototype your own node-based framework, such as uFrame ECS, uFrame MVVM and basically build with uFrame Architect Framework.

Quick Getting Started

Prerequirement
  1. Github personal access token

Please follow this guide to create personal access token.

  1. Koinonia Plugin (Package Manager)

Download Zip or Clone Koinonia into your project Assets folder

Make sure Koinonia is located under Editor folder

Step 1.

In Unity Editor, Locate Packages -> Manager... in the top menu, and a terminal will open.

Step 2.

In command line, type in ghtoken (Your github personal access token) Hit enter.

Step 3.(Optional)

Install CSharp 6.0 support if you get a UWeave Error, type in install nitreo/csharp60 Hit enter

Step 4.

Install uFrame Architect, type in install uFrame/Architect Hit enter