study/first_study/Library/PackageCache/com.unity.shadergraph@3686fafd4720/Documentation~/Shader-Graph-Sample-UGUI-Shaders-How-tos.md
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

10 lines
847 B
Markdown

# How Tos
The following topics provide examples of UI elements that you can create with shader graph.
| Topic | Description |
|:---------------------------|:-----------------------------------------------------------------|
| [How to create a resolution-independent shape](Shader-Graph-Sample-UGUI-Shaders-How-tos-Res-indepenent.md) | Learn how to create UI elements based on textures. |
| [How to create a functioning button](Shader-Graph-Sample-UGUI-Shaders-How-tos-Button.md) | Learn how to create a button that changes appearance depending on the user action. |
| [How to make shapes that adapt to the aspect ratio of the UI element](Shader-Graph-Sample-UGUI-Shaders-How-tos-aspect-ratio.md) | Learn how to create UI elements that can adapt to changing dimensions. |