Use Vulkan hardware profiles to control hardware capabilities and driver workarounds directly from C#.
| Topic | Description |
|---|---|
| Introduction to Vulkan hardware profiles | Learn about Vulkan hardware profiles and how Unity interacts with them. |
| Device filters | Specify which devices to target and change their settings. |
| Workarounds | Learn about workarounds and how to enable or disable them for specified devices. |
| Graphics API hardware profile settings | Choose which Graphics API the application needs to run on for specified devices. |
| Enable Vulkan hardware profiles in your project | Follow these steps to set up a Vulkan hardware profiles script. |