FasterGames EditorTools
FasterGames EditorTools provides essential utilities for streamlining your Unity Editor workflow. This package bundles practical tools designed to improve productivity across multiple projects, helping developers work more efficiently within the Editor environment. Easy to install via openupm or Git URL.
com.faster-games.editor-tools 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/editor-tools.git README Markdown
Copy this to your project's README.md
## Installation
Add **FasterGames EditorTools** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/editor-tools.git
```
[](https://www.pkglnk.dev/pkg/editor-tools)README
editor-tools
Tools for improving the Unity Editor experience â¨đ

This package contains some useful editor tools that I found myself needing in several projects. For more details, see the getting started docs.
Installing
This package supports openupm - you can install it using the following command:
openupm add com.faster-games.editor-tools
Or by adding directly to your manifest.json:
Note: You may also use specific versions by appending
#{version}where version is a Release tag - e.g.#v1.2.0.
dependencies: {
...
"com.faster-games.editor-tools": "git+https://github.com/faster-games/editor-tools.git"
}
Or by using Package Manager to "Add a package from Git URL", using the following url:
https://github.com/faster-games/editor-tools.git
Supporting the project
If this project saved you some time, and you'd like to see it continue to be invested in, consider buying me a coffee. â I do this full-time, and every little bit helps! đ
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In