https://github.com/ebukaracer/ezutilities
A collection of versatile utility scripts to streamline your Unity development workflow.
https://github.com/ebukaracer/ezutilities
gamedev unity unity3d unitypackage
Last synced: 9 days ago
JSON representation
A collection of versatile utility scripts to streamline your Unity development workflow.
- Host: GitHub
- URL: https://github.com/ebukaracer/ezutilities
- Owner: ebukaracer
- Created: 2025-01-23T11:36:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-05T11:20:40.000Z (about 1 year ago)
- Last Synced: 2025-06-05T12:28:13.077Z (about 1 year ago)
- Topics: gamedev, unity, unity3d, unitypackage
- Language: C#
- Homepage: https://ebukaracer.github.io/EzUtilities/
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EzUtilities
[](http://makeapullrequest.com) [](https://ebukaracer.github.io/ebukaracer/md/LICENSE.html)
**EzUtilities** is a versatile collection of utility scripts designed to streamline your Unity development workflow, making your game development experience faster and more efficient. With tools that cater to common game development needs, **EzUtilities** gives you the power to focus on creativity and iteration.
[View in DocFx](https://ebukaracer.github.io/EzUtilities)
## Features
- 🚀 **Boost Development Speed**: Achieve faster iteration times with ready-to-use scripts.
- 🔧 **Versatile Tools**: Includes utilities for gameplay mechanics, editor extensions, and more.
- 🧩 **Modular Design**: Install only what you need—each utility is available independently.
- 🎯 **Editor Enhancements**: Improve your workflow with helpful editor scripts.
## Installation
_Inside the Unity Editor using the Package Manager:_
- Click the **(+)** button in the Package Manager and select **"Add package from Git URL"** (requires Unity 2019.4 or later).
- Paste the Git URL of this package into the input box: https://github.com/ebukaracer/EzUtilities.git#upm
- Click **Add** to install the package.
## Setup
After successfully installing the package through the package manager, navigate to the menu option:
`Racer > EzUtilities > Import Scripts(Force)`\
This will allow you to include and import the scripts in your project. If there are any updates to the package, repeat this operation to incorporate those updates. Additionally, include the `asmdef` file to save compilation time and improve the organization of the imported scripts; however, you can omit it for the editor scripts:

To remove this package completely(leaving no trace), navigate to: `Racer > EzUtilities > Remove package`
## [Contributing](https://ebukaracer.github.io/ebukaracer/md/CONTRIBUTING.html)
Contributions are welcome! Please open an issue or submit a pull request.