How can i get cpu id or motherboard id?

Hi

I want to get cpu id(serial)or motherboard id for user hardware identification.

With SystemInfo class I can’t do it.

Is there any way?

In .NET, you’d use the System.Management classes, but this isn’t supported in Mono (I guess because it has no equivalent in non-Windows OSes). What OS are you targeting? If Windows, you could make a separate standalone .NET application to access this information, and call into it from Unity via a Process.