An open API service indexing awesome lists of open source software.

https://github.com/hyunsuyu/easytechtoolui

It is a project that can be easily utilized when developing Unity-based tool programs with rugged UI designs such as in-house tools
https://github.com/hyunsuyu/easytechtoolui

plugin tools ui unity

Last synced: 9 months ago
JSON representation

It is a project that can be easily utilized when developing Unity-based tool programs with rugged UI designs such as in-house tools

Awesome Lists containing this project

README

          


Simple Icons

EasyTechToolUI



Project for easy UI development and change. See documentation for details


Static Badge
Static Badge


Static Badge
Static Badge

# Abstract
Here's a strong reason to use EasyTechToolUI for your project:
- You just have to use all the components as they are, or inherit and fill in a little bit of content
- It provides convenient data buffers, utility methods, and properties considering flexibility in use
- It allows easy access to each element from anywhere and helps to code that lowers strong bonds between codes

### Features
- CanvasTransitonManager
- ItemViewList
- ItemGridPlane

### Demo - Unity Asset Store

# Usage
> [!IMPORTANT]\
> This project is for UI development in Unity. Informs that no other game engine supports it

# Dependencies
```
UnityEngine.dll
UnityEngine.UI.dll
```

## Supported UI styles


















# Unity Project Setting
For details on applying EasyTechToolUI.dll to Unity Project, please refer to the Unity Manual

However, if you only want a simple way to apply the plug-in to the Unity project, you can follow this procedure:
1. Create a Plugins folder under the Assets folder
2. Download the desired version of dll from EasyTechToolUI Github Repo's Releases
3. Drag and drop the downloaded dll under the Plugins folder
4. Check dependency issues, etc. before using plug-in

# EasyTechToolUI Docs