Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
Porrith Suong edited this page Jan 12, 2021 · 4 revisions

What is UGUIDOTS?

UGUIDOTS is a library to interface Unity UGUI with the Data Oriented Tech Stack (DOTS). This is not a replacement to UGUI, but an enhancement instead by using Unity's conversion pipeline. The aim is to provide a much more efficient UI that is minimalist and bloat free.

The package is still in development.

Features

  • Canvas Scaling
  • Anchoring
  • Images
    • Simple
    • Sliced
    • Filled
    • Tiled
  • Text
  • Batching
    • Mesh Batching
    • Automatic Dynamic Batching
  • Buttons
    • Legacy Inputs
    • New Inputs
  • Input fields

Installation

OpenUPM

Follow the install instructions for OpenUPM found here.

openupm add com.initialprefabs.uguidots

Git

Clone the repository as a submodule.

git submodule add https://github.com/InitialPrefabs/UGUIDots.git <path-to-folder>

Manual

Download the project manually from the release page. If you want the latest, you can download the source from the repository.

Clone this wiki locally