AceLand Unity Packages
  • Home
  • Getting Started
    • Installation
    • Project Settings
    • Architecture Graph
    • Development Level
  • Tutorial
    • Create Your Package
    • Create Project Settings
  • Packages
    • Library
      • Change Log
      • Editor Tools
      • Mono
        • Follow Object
        • Singleton
      • Attributes
        • Conditional Show
        • Inspector Button
        • ReadOnly Field
      • Build Leveling
      • CVS
      • DataTools
      • Disposable Object
      • Extensions
      • Json
      • Kalman Filter
      • Optional
      • Project Setting
      • Serialization Surrogate
      • Utils
    • Event Driven
      • Change Log
      • Event Bus
      • Signal
    • Input
      • Change Log
    • Memento Service
      • Change Log
    • Node Framework
      • Change Log
      • Mono Node
    • Node For Mono (dev)
    • Player Loop Hack
      • Change Log
    • Pool
      • Change Log
    • Security (dev)
    • States
      • Change Log
    • Task Utils
      • Change Log
    • WebRequest
      • Change Log
Powered by GitBook
On this page
  • Audio Previewer
  • Hierarchy Script Drop Handler
  1. Packages
  2. Library

Editor Tools

Library provides Editor functions to improve using experience.


Audio Previewer

When you want to listen audio files in assets, you need do too many steps. Some new users don't know how to preview in Editor.

  • play - double-click on file

  • stop - double-click on file


Hierarchy Script Drop Handler

When you want to create a GameObject with a new-built component, you need to do too many steps.

  • drag and drop the script from asset to hierarchy

  • naming it (default name is script name)


Last updated 6 months ago