Update: README

This commit is contained in:
AnnulusGames 2023-12-02 22:24:21 +09:00
parent 9dd5d44f0a
commit 1b3e18c4e0
3 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -45,6 +45,12 @@ Alternatively, open Packages/manifest.json and add the following to the dependen
}
```
### Samples
You can obtain a sample to verify the behavior of all attributes from the Package Manager. Please refer to this sample for detailed usage instructions.
<img src="https://github.com/AnnulusGames/Alchemy/blob/main/Alchemy/Assets/Alchemy/Documentation~/img7.png" width="500">
## Basic Usage
To customize the display in the Inspector, add attributes to the fields of the class.

View File

@ -45,6 +45,13 @@ https://github.com/AnnulusGames/Alchemy.git?path=/Alchemy/Assets/Alchemy
}
```
### サンプル
Package Managerから全属性の挙動を確認できるサンプルを入手できます。詳しい使用方法はこちらのサンプルを参考にしてみてください。
<img src="https://github.com/AnnulusGames/Alchemy/blob/main/Alchemy/Assets/Alchemy/Documentation~/img7.png" width="500">
## 基本的な使い方
Inspectorでの表示をカスタマイズしたい場合には、クラスが持つフィールドに属性を付加します。