プロセッサー名(読み取り専用)
このプロパティーをサポートしないプラットフォームの SystemInfo.unsupportedIdentifier を返します。
using UnityEngine;
public class Example : MonoBehaviour { void Start() { // Prints using the following format - "Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz" print(SystemInfo.processorType); } }