Version: 5.5
public static string processorType ;

설명

Processor name (Read Only).

Will return SystemInfo.unsupportedIdentifier on platforms which don't support this property.

using UnityEngine;
using System.Collections;

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