Skip to content

O2 Editor Tools is a Unity tool-kit designed to streamline development. It includes features like Hierarchy Highlighter for object tagging, Scene Utility for fast scene switching, Validator Utility for unassigned fields and missing scripts, Script Draft for predefined templates, and Quick Fab for categorized model access

Notifications You must be signed in to change notification settings

OxygenButBeta/O2-Unity-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ O2 Editor Tools

O2 Editor Tools is a Unity Editor toolkit designed to make your development workflow smoother and more efficient. Created out of practical needs, this set of tools helps you organize your project, speed up scene management, validate setups, and scaffold scripts — all within the Unity Editor!


✨ Features

🎨 Hierarchy Highlighter

Color-code GameObjects by tag in the Unity Hierarchy window. Customize font styles and alignment for better clarity and organization.
Hierarchy Highlighter
Hierarchy Highlighter


🎬 Scene Utility

Quickly switch between scenes and ensure your setup scene automatically opens whenever you enter Play mode — saving you time and hassle when testing across multiple scenes.
Scene Utility


🔍 Validator Utility

Easily spot unassigned fields marked with attributes and get alerts in the editor. Automatically assigns missing references when possible. Detects GameObjects with missing scripts, lists them, and lets you delete unwanted objects. Customize validation scope, exclude namespaces, or ignore specific items using IgnoreValidationAttribute.
Validator Utility
Validator Utility


📝 Script Draft

Predefine script templates and generate .cs files directly from the Project window’s right-click menu. Built on top of the O2 Script Builder for flexible and dynamic script generation.
Script Draft
Script Draft


⚡ Quick Fab

Organize and categorize your prefabs/models for quick access. Right-click in the Hierarchy to select from your categories and easily add models to your scene — perfect for level design and rapid prototyping.
Quick Fab
Quick Fab


🚀 Installation

  1. Download the O2 Editor Tools Unity package.
  2. Import it into your Unity project.
  3. Access the tools and settings from the top menu under O2 / Settings. From here, enable, disable, or customize your tools.

🎯 Usage Tips

  • Hierarchy Highlighter — Improve hierarchy readability with colors and fonts.
  • Scene Utility — Save time switching and auto-loading setup scenes on Play.
  • Validator Utility — Maintain clean and error-free scenes with validation and missing script detection.
  • Script Draft — Quickly scaffold scripts using your custom templates.
  • Quick Fab — Streamline level design by categorizing and accessing prefabs fast.

About

O2 Editor Tools is a Unity tool-kit designed to streamline development. It includes features like Hierarchy Highlighter for object tagging, Scene Utility for fast scene switching, Validator Utility for unassigned fields and missing scripts, Script Draft for predefined templates, and Quick Fab for categorized model access

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages