Versions with this page:
Versions without this page:
Processor name (Read Only).
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(SystemInfo.processorType); } }
See Also: SystemInfo.processorCount, SystemInfo.processorFrequency.