beatthat / ui-rects-to-graphics

Creates Unity3D UI Graphic geometry from a set of RectTransforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui-rects-to-graphics

Use to create a single Unity3d UI Graphic component with geometry composed of a set of RectTransforms.

Usage

TBD create an example and maybe an image here

Install

From your unity project folder:

npm init
npm install --save beatthat/ui-rects-to-graphics

The package and all its dependencies will be installed under Assets/Plugins/packages.

About

Creates Unity3D UI Graphic geometry from a set of RectTransforms

License:MIT License


Languages

Language:C# 60.8%Language:JavaScript 39.2%