「Unity/負荷軽減」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==profiler確認=== #unity/window/analytis/profilerで確認 #playボタンを押すと動作する GC alloc」) |
(→profiler確認=) |
||
| 行3: | 行3: | ||
#playボタンを押すと動作する | #playボタンを押すと動作する | ||
| − | GC | + | ==データ詳細確認== |
| + | #profilerでCPU Usageを選択 | ||
| + | #左中段にある、cmbボタンを選択し、hierarchyを選択。 | ||
| + | #GC Allocなど確認できる。 | ||
| + | |||
| + | 参考: | ||
| + | https://light11.hatenadiary.com/entry/2019/09/19/000006 | ||
2021年5月25日 (火) 17:01時点における版
profiler確認=
- unity/window/analytis/profilerで確認
- playボタンを押すと動作する
データ詳細確認
- profilerでCPU Usageを選択
- 左中段にある、cmbボタンを選択し、hierarchyを選択。
- GC Allocなど確認できる。
