UNPKG

cz.xprees.editor-tools

Version:

Editor Tools package contains useful tools for Unity Editor.

34 lines (24 loc) 1.23 kB
# Editor Tools [![NPM Version](https://img.shields.io/npm/v/cz.xprees.editor-tools)](https://www.npmjs.com/package/cz.xprees.editor-tools) ## Feature Overview - **Read-Only** Attribute: A custom attribute that can be applied to fields to make them read-only in the Unity Editor. - **Expandable** Attribute: A custom attribute that allows fields to be displayed in an expandable manner in the Unity Editor. - **Menu/Reload Domain**: A menu item that reloads the Unity domain, useful for testing and development purposes and if editor tools are not working initialized properly. - **Editor scripting Utilities** - PrefabExtensions - ReflectionExtensions ## Installation Install the package using npm scoped registry in `Project Settings > Package Manager > Scoped Registries` [Unity Docs - Install a UPM package from a Git URL](https://docs.unity3d.com/6000.1/Documentation/Manual/upm-ui-giturl.html) ```json { "name": "NPM - xprees", "url": "https://registry.npmjs.org", "scopes": [ "cz.xprees", "com.dbrizov.naughtyattributes" ] } ``` Then simply install the package using the Unity Package Manager using the _NPM - xprees_ scope or by the package name `cz.xprees.editor-tools`.