Skip to content

Commit e9da989

Browse files
committed
updatee manual!
1 parent 6b84167 commit e9da989

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.ja.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ ScreenShotToProfiler.Instance.captureBehaviour = (target) => {
7070
- "JPG_BUFFERRGBA" → RGBA 32bit JPEG圧縮設定
7171
- "JPG" / "JPG_BUFFERRGB565" → RGB565 JPEG圧縮設定
7272

73-
### 引数の渡し方
74-
Windows :: コマンドラインで起動<br />
73+
### オプション例
7574
例:Sample.exe --profilerSS=enable --profilerSS-resolution=640x480 --profilerSS-format=jpg <br />
76-
Android :: Adb shellで起動<br />
7775
例:adb shell am start -n com.utj.test[パッケージ名]/com.unity3d.player.UnityPlayerActivity[アクティビティ名] -e "unity --profilerSS=disable"<br />
7876

7977
## 変更履歴

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ Option value list
7373
- "JPG_BUFFERRGBA" → RGBA 32bit JPEG compression setting
7474
- "JPG" / "JPG_BUFFERRGB565" → RGB565 JPEG compression settings
7575

76-
###How to pass arguments
77-
Windows::Start from command line<br />
76+
### Option Examples
7877
Example: Sample.exe --profilerSS=enable --profilerSS-resolution=640x480 --profilerSS-format=jpg <br />
79-
Android :: Start in Adb shell<br />
8078
Example: adb shell am start -n com.utj.test[package name]/com.unity3d.player.UnityPlayerActivity[activity name] -e "unity --profilerSS=disable"<br />
8179

8280
## change

0 commit comments

Comments
 (0)