Skip to content

Commit 22e56b0

Browse files
committed
Update documents
1 parent 2399694 commit 22e56b0

File tree

9 files changed

+15
-3
lines changed

9 files changed

+15
-3
lines changed

NuGetImporterForUnity/Packages/NuGet Importer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [3.2.0] - 2022-10-30
4+
5+
- Add ignore packages setting
6+
37
## [3.1.0] - 2022-10-11
48

59
- Support for CI/CD

NuGetImporterForUnity/Packages/NuGet Importer/Documentation~/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This package also fully supports native plugins.
5050
1. Package details.
5151
1. Version selection.
5252
1. Operations on the package.
53-
53+
1. Ignored package or not.
5454

5555
### NuGet importer settings
5656

@@ -65,6 +65,7 @@ This package also fully supports native plugins.
6565
1. Reduce the amount of data in the communication or not. If on, images of packages not installed in the project will not fetch, and NuGet-importer-for-Unity will not perform package searches until the input has settled.
6666
1. The maximum number of retry attempts to get data when data fetch fails.
6767
1. Time out seconds of communication.
68+
1. List of packages to ignore. The Add button works to append a blank package. The remove button works to remove the last package.
6869

6970
## Configure of .gitignore
7071

NuGetImporterForUnity/Packages/NuGet Importer/Documentation~/README_jp.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
1. パッケージの詳細情報。
5050
1. バージョン選択。
5151
1. パッケージに対する操作。
52-
52+
1. 無視するパッケージか。
5353

5454
### NuGet importer の設定
5555

@@ -61,6 +61,10 @@
6161
1. 検索結果のキャッシュする最大数。(0以下はキャッシュしない。)
6262
1. カタログのキャッシュする最大数。(0以下はキャッシュしない。)
6363
1. アイコンのキャッシュする最大数。(0以下はキャッシュしない。)
64+
1. 通信のデータ量を少なくするモードか。オンの場合、インストールされていないパッケージの画像が取得されなくなり、入力が落ち着くまでパッケージ検索が行われなくなります。
65+
1. 通信失敗時に再度通信を試みる最大数。
66+
1. 通信のタイムアウトとする秒数。
67+
1. 無視するパッケージ一覧。Addでパッケージ追加。Removeで最後尾のパッケージ削除。
6468

6569
## .gitignoreの設定
6670

Loading
Loading

docFX/documentation/usage.md

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Therefore, if you want to use CI/CD with the packages out of git's tracking, you
9191
1. Package details.
9292
1. Version selection.
9393
1. Operations on the package.
94+
1. Ignored package or not.
9495
9596
### NuGet importer settings
9697
@@ -105,6 +106,7 @@ Therefore, if you want to use CI/CD with the packages out of git's tracking, you
105106
1. Reduce the amount of data in the communication or not. If on, images of packages not installed in the project will not fetch, and NuGet-importer-for-Unity will not perform package searches until the input has settled.
106107
1. The maximum number of retry attempts to get data when data fetch fails.
107108
1. Time out seconds of communication.
109+
1. List of packages to ignore. The Add button works to append a blank package. The remove button works to remove the last package.
108110
109111
## Note
110112

docFX/documentation_jp/usage.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
1. パッケージの詳細情報。
9292
1. バージョン選択。
9393
1. パッケージに対する操作。
94-
94+
1. 無視するパッケージか。
9595

9696
### NuGet importer の設定
9797

@@ -106,6 +106,7 @@
106106
1. 通信のデータ量を少なくするモードか。オンの場合、インストールされていないパッケージの画像が取得されなくなり、入力が落ち着くまでパッケージ検索が行われなくなります。
107107
1. 通信失敗時に再度通信を試みる最大数。
108108
1. 通信のタイムアウトとする秒数。
109+
1. 無視するパッケージ一覧。Addでパッケージ追加。Removeで最後尾のパッケージ削除。
109110

110111
## 注意点
111112

docFX/images/MainWindow.png

17.6 KB
Loading

docFX/images/Settings.png

10.4 KB
Loading

0 commit comments

Comments
 (0)