質問するログイン新規登録

回答編集履歴

1

誤字修正

2017/02/22 12:45

投稿

kanitaoru
kanitaoru

スコア204

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