NUI Framework

Diagnostics

Diagnostics documentation will explain how NUI reports source and compile issues during the editor-native authoring loop.

Detailed diagnostic catalogs and examples will be added as public-facing examples are finalized.

Clear feedback

Diagnostics should help authors understand what changed, what failed, and where to look in the source. The goal is to keep debugging close to the asset and editor preview.

Source mapping

Source maps are part of the technical direction for connecting generated or compiled output back to the authored NUI Script V2 source.

Review workflows

Good diagnostics also support review. Documentation will describe how source-authored structure and diagnostic output can make UI changes easier to inspect.

Next steps