QoL Editor
A lightweight set of Unity Editor tools and attributes to boost productivity, streamline workflows, and deliver quality-of-life improvements for developers.
by BetreDev
Price History +
QoLEditor is an Unity Editor extension focused on enhancing workflow efficiency and simplifying everyday development tasks.
Created by a game developer to solve real-world production needs, this toolkit offers practical utilities and Inspector improvements without adding any runtime overhead.
Included features:
- Hierarchy Line:
Adds subtle separator lines between objects in the Hierarchy to improve visual clarity and navigation, especially in large scenes. - Request Script Compilation:
Forces Unity to recompile scripts manually, useful when the editor fails to detect script changes automatically. - Change FPS (Play Mode only):
Adjusts the target frame rate during Play Mode to test gameplay performance under different FPS conditions.
Inspector Attributes Collection:
A set of custom attributes to create cleaner, smarter, and more dynamic Inspectors:
- Button: Add clickable buttons in the Inspector to manually trigger methods.
- OnValueChanged: Automatically call methods when a field’s value changes.
- ReadOnly: Make fields visible but not editable in the Inspector.
- ShowIf / HideIf: Show or hide properties based on boolean conditions.
- EnableIf / DisableIf: Enable or disable properties based on boolean conditions.
- Foldout: Group multiple properties under collapsible sections.
- InfoBox: Display information, warnings, or error messages above fields.
- RequiredField: Highlight missing required references with visual alerts.
- ProgressBar: Visualize numeric values with a configurable progress bar.
QoLEditor is designed to be simple, non-intrusive, and editor-only.
It improves project organization, reduces time spent on repetitive tasks, and enhances the overall development experience without affecting the final build size or performance.
Perfect for any Unity developer who wants a cleaner, faster, and more organized workflow.