File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,8 @@ ScreenShotToProfiler.Instance.captureBehaviour = (target) => {
70
70
- "JPG_BUFFERRGBA" → RGBA 32bit JPEG圧縮設定
71
71
- "JPG" / "JPG_BUFFERRGB565" → RGB565 JPEG圧縮設定
72
72
73
- ### 引数の渡し方
74
- Windows :: コマンドラインで起動<br />
73
+ ### オプション例
75
74
例:Sample.exe --profilerSS=enable --profilerSS-resolution=640x480 --profilerSS-format=jpg <br />
76
- Android :: Adb shellで起動<br />
77
75
例:adb shell am start -n com.utj.test[パッケージ名]/com.unity3d.player.UnityPlayerActivity[アクティビティ名] -e "unity --profilerSS=disable"<br />
78
76
79
77
## 変更履歴
Original file line number Diff line number Diff line change @@ -73,10 +73,8 @@ Option value list
73
73
- "JPG_BUFFERRGBA" → RGBA 32bit JPEG compression setting
74
74
- "JPG" / "JPG_BUFFERRGB565" → RGB565 JPEG compression settings
75
75
76
- ###How to pass arguments
77
- Windows::Start from command line<br />
76
+ ### Option Examples
78
77
Example: Sample.exe --profilerSS=enable --profilerSS-resolution=640x480 --profilerSS-format=jpg <br />
79
- Android :: Start in Adb shell<br />
80
78
Example: adb shell am start -n com.utj.test[package name]/com.unity3d.player.UnityPlayerActivity[activity name] -e "unity --profilerSS=disable"<br />
81
79
82
80
## change
You can’t perform that action at this time.
0 commit comments