IsRunningUnderCPUEmulation()
Gets a boolean value. This value indicates whether your CPU is unable to execute Unity natively and is running an emulated version.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool IsRunningUnderCPUEmulation()
Returns
Type | Description |
|---|---|
| bool |
Remarks
This property returns true if your computer is running Unity via emulation. For instance, if you are using Rosetta 2.