Version: 5.3
public static string processorType ;

설명

Processor name (Read Only).

using UnityEngine;
using System.Collections;

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