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
- Host: GitHub
- URL: https://github.com/hyunsuyu/easytechtoolui
- Owner: HyunsuYu
- License: mit
- Created: 2024-08-09T16:49:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T09:36:29.000Z (over 1 year ago)
- Last Synced: 2025-02-01T21:46:46.587Z (over 1 year ago)
- Topics: plugin, tools, ui, unity
- Language: C#
- Homepage: https://hyunsuyu.github.io/EasyTechToolUI/
- Size: 21.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
EasyTechToolUI
Project for easy UI development and change. See documentation for details
# 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