Version: 5.5
public static string processorType ;

説明

プロセッサー名(読み取り専用)

このプロパティーをサポートしないプラットフォームの SystemInfo.unsupportedIdentifier を返します。

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { print(SystemInfo.processorType); } }