Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Vulkan hardware profiles

Explains how to use Vulkan hardware profiles to filter devices and configure workarounds using C#.
Read time 1 minuteLast updated 13 days ago

Use Vulkan hardware profiles to control hardware capabilities and driver workarounds directly from C#.

Topic

Description

Introduction to Vulkan hardware profilesLearn about Vulkan hardware profiles and how Unity interacts with them.
Device filtersSpecify which devices to target and change their settings.
WorkaroundsLearn about workarounds and how to enable or disable them for specified devices.
Graphics API hardware profile settingsChoose which Graphics API the application needs to run on for specified devices.
Enable Vulkan hardware profiles in your projectFollow these steps to set up a Vulkan hardware profiles script.