ChangedTextMeshProMaterialsValidator
public sealed class ChangedTextMeshProMaterialsValidator : ValidatorFinds TextMeshPro SDF materials that were changed to an SRP Lit shader and can safely restore the standard distance-field shader.
Constructors
Section titled “Constructors”
ChangedTextMeshProMaterialsValidator()
Section titled “ChangedTextMeshProMaterialsValidator()”public ChangedTextMeshProMaterialsValidator()Methods
Section titled “Methods”
Validate()
Section titled “Validate()”public override Task Validate()Scans the active catalog or storage for this validator’s issue type and records findings without modifying customer data.
Returns
System.Threading.Tasks.Task
public override Task Fix()Repairs findings recorded by the most recent validation pass, then refreshes the validator state and results.
Returns
System.Threading.Tasks.Task