回答編集履歴

1

誤字修正

2017/02/22 12:45

投稿

kanitaoru
kanitaoru

スコア204

test CHANGED
@@ -1,4 +1,4 @@
1
- `SystemInfo.deviceModel` などで取得できそうです。
1
+ `SystemInfo.deviceModel` で取得できそうです。
2
2
 
3
3
  [https://docs.unity3d.com/ja/current/ScriptReference/SystemInfo.html
4
4
 
@@ -6,6 +6,6 @@
6
6
 
7
7
 
8
8
 
9
- iOSに限っては、 `iOS.DeviceGeneration` で世代ごとに取得でると思います。
9
+ iOSに限っては、 `iOS.DeviceGeneration` で世代ごとに取得でると思います。
10
10
 
11
11
  [https://docs.unity3d.com/ja/current/ScriptReference/iOS.Device-generation.html](https://docs.unity3d.com/ja/current/ScriptReference/iOS.Device-generation.html)