Hardware capabilities detection

Is there any way in Unity to detect hardware or its capabilities? For example simply getting the name of the GPU, or which generation it is? This is for the purpose of auto-detecting the appropriate quality settings when the game first runs.

Check out Unity - Scripting API: SystemInfo. :slight_smile:

Hey,

Hope nobody minds us necro-ing this post!

We recently published a script for this exact purpose (quality detection)

It’s a script that analyzes a computers hardware, scores it and then assigns quality settings based upon this score. We hope you find it useful :slight_smile:

More info can be found on it’s webpage - AQHAT | Eager Amoeba®

Cheers, Eager Amoeba Team