Version: Unity 6.0 (6000.0)
Language : English
Apply masking effects in UI Toolkit
UI Toolkit Debugger

Test UI

The UI Toolkit provides tools to help you test and debug your UI elements. You can test your UI elements in the UI Builder, use the UI Toolkit Debugger to inspect and debug your UI elements in real-time, and use the UI Toolkit profiler markersPlaced in code to describe a CPU or GPU event that is then displayed in the Unity Profiler window. Added to Unity code by default, or you can use ProfilerMarker API to add your own custom markers. More info
See in Glossary
to profile your UI elements.

Topic Description
Test UI in UI Builder Debug your styles and test inside the UI Builder.
UI Toolkit live reload Use the UI Toolkit live reload feature to view changes to your UI immediately in the Editor and runtime UI.
UI Toolkit Debugger Use the UI Toolkit Debugger to inspect and debug your UI elements in real-time.
Inspect UI Toolkit events with Event Debugger Use the Event Debugger to inspect and troubleshoot UI events in UI Toolkit.

Additional resources

Apply masking effects in UI Toolkit
UI Toolkit Debugger