Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DefineHardwareProfile(ProfileDatabase)

Implement this method to configure Vulkan hardware profiles for the Android build.
Read time 1 minuteLast updated 6 days ago

Definition

public abstract void DefineHardwareProfile(ProfileDatabase profileDatabase)

Parameters

profileDatabase

Remarks

Unity calls this method during the build process to collect hardware profile definitions. Use the provided ProfileDatabase to configure the default device filter and create device-specific profiles.