Steps to reproduce:
- Create a project using Universal 3D template
- Go to Edit > Project Settings > UI Toolkit
- Enable "Advanced Text Generator" and "Enable Editor Extension Authoring by Default" properties
- Create a UI Document (Assets > Create > UI Toolkit > UI Document (UXML)
- Open it in UI Builder
- Add a Label to the UI Builder Hierarchy
- Select the Label and in the Inspector expand the "Text" foldout
- Observe that "Text Generator Type" is set to "Advanced"
- Enable the "Auto Size" property
- Observe the Console
Actual results: "TextAutoSize is not supported with the Standard TextGenerator. Please use Advanced Text Generation instead." Warnings are shown
Expected results: No Warnings
Reproducible with versions: 6000.3.9f1, 6000.4.0b9, 6000.5.0a7
Can’t test with versions: 6000.0.68f1 (Auto-Size property not available)
Tested on (OS): macOS 26.2
Note:
- Project settings indicate Advanced Text Generator is enabled, and the Label’s Text Generator Type shows Advanced, yet warnings still reference the Standard TextGenerator when Auto Size is use.