
SearchableInspector is a Unity Editor extension designed to revolutionize your workflow. Say goodbye to endless scrolling in the Inspector! With SearchableInspector.SearchableInspector is a Unity Editor extension designed to revolutionize your workflow. Say goodbye to endless scrolling in the Inspector! With SearchableInspector, you can instantly search for and filter through all properties on your GameObjects, edit values directly, and even organize your most-used properties into smart favorites—all from one streamlined interface.Key Features:Lightning-Fast Property Search: Quickly locate any property across all components without manually scrolling.Intuitive Inline Editing: Modify properties on the fly using familiar Unity property fields.Smart Favorites Management: Add frequently used properties to your favorites list, neatly grouped by component.Enhanced Productivity: Spend less time hunting for settings and more time bringing your game to life.Ideal for both indie developers and large studios, SearchableInspector helps you work smarter, not harder. Enjoy a cleaner, more efficient Unity Editor experience and boost your productivity today!Technical DetailsPlatform: Unity Editor only; no runtime component.Language: Developed entirely in C# using Unity’s Editor APIs.Compatibility: Supports Unity 2019.4 LTS and newer versions.Core Technologies:Utilizes Unity’s SerializedObject and SerializedProperty systems for rapid property editing.Leverages reflection to access and edit non-serialized fields.Implements EditorGUILayout and EditorStyles for a responsive and intuitive UI.Favorites Management:Stores favorite properties in a JSON file (SearchableFavorites.json) within the Assets folder.Groups favorites by component type for organized access.Performance:Designed for minimal overhead with lightning-fast search and inline editing.Optimized for a clean, distraction-free workflow inside the Unity Inspector.Customization:Easily modifiable source code for developers who wish to extend or tailor functionality.Provides a modular structure, allowing integration with other editor tools.SearchableInspector is engineered to enhance your Unity development workflow with robust, editor-centric tools and seamless integration into your existing projects.