Documentation | Unity Discussions
AutoFields automatically generates strongly-typed C# fields for your UI Toolkit elements based on their name attributes in UXML files. No more manual Q<>() lookups or repetitive boilerplate code — just clean, direct access to your UI components right from your scripts.
For those who are tired of writing root.Q<Button>("my-button") for the hundredth time.
Works especially well when used alongside the HotReload plugin — newly generated or updated fields become available almost instantly without waiting for a full domain reload.
Support: support@ilih.name