Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetTierSettings

Set the TierSettings for a given build target and graphics tier.
Read time 1 minuteLast updated 4 days ago

Definition

SetTierSettings(BuildTargetGroup, GraphicsTier, TierSettings)

Set the TierSettings for a given build target and graphics tier.
public static void SetTierSettings(BuildTargetGroup target, GraphicsTier tier, TierSettings settings)

Parameters

Remarks

Note: Graphics tiers and tier settings are only supported in the Built-in Render Pipeline.
If you change the TierSettings for the active build target, Unity reloads the shaders so you can see the results immediately.
Additional Resources: Graphics tiers, GraphicsTier, TierSettings.

SetTierSettings(NamedBuildTarget, GraphicsTier, TierSettings)

Set the TierSettings for a given build target and graphics tier.
public static void SetTierSettings(NamedBuildTarget target, GraphicsTier tier, TierSettings settings)

Parameters

Remarks

Note: Graphics tiers and tier settings are only supported in the Built-in Render Pipeline.
If you change the TierSettings for the active build target, Unity reloads the shaders so you can see the results immediately.
Additional Resources: Graphics tiers, GraphicsTier, TierSettings.