Changelog

Release 1.1.0

  • Settings: added UxmlFileWatcher option (enabled by default). Unity sometimes fails to detect changes in .uxml files - this option ensures updates are picked up reliably.

  • Settings: introduced Ignored Name Masks to exclude specific element names. Supports wildcards (*). For example, ignore-* will ignore any element whose name starts with ignore-.

  • Settings: added {UxmlFolder} placeholder for Default Scripts Folder. When used, the generated script will be saved in the same directory as its source .uxml file.

  • Settings: the Default Scripts Folder now defaults to {UxmlFolder}.

  • Core: Added NameProcessor for advanced control over how element names are converted into C# property names.

Release 1.0.0

  • Initial release