Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seaqqull/unity-utilities

Some useful classes
https://github.com/seaqqull/unity-utilities

id ids unity unity3d utilities

Last synced: 26 days ago
JSON representation

Some useful classes

Awesome Lists containing this project

README

        

# :floppy_disk: Utilities
Some useful classes to use.

## Description
Useful classes for better development of the project.
[Documentation] contains step-by-step instruction of usage.

## Functionality
- Create id, strings data using scriptable objects,
- Remap float values from one range into another,
- ReadOnly editor attribute,
- Self-control id's

## How-to setup
There are two ways to install the package:

### Local Installation
You can [add the local](https://docs.unity3d.com/Manual/upm-ui-local.html)
`com.seaqqull.utilities` package (from the repository that you just cloned) to your
project by:

1. Navigating to the menu `Window` -> `Package Manager`.
2. In the package manager window click on the `+` button on the top left of the packages list.
3. Select `Add package from disk...`
4. Navigate into the `com.seaqqull.utilities` folder.
5. Select the `package.json` file.

### Github via Package Manager

1. Navigate to the menu `Window` -> `Package Manager`.
2. In the package manager window click on the `+` button on the top left of the packages list.
3. Select `Add package from git URL...`
4. Enter "https://github.com/Seaqqull/unity-utilities.git?path=/UnityUtilities/Assets/com.seaqqull.utilities".
5. Click `Add` button.

[Documentation]: https://github.com/Seaqqull/unity-utilities?path=/UnityUtilities/Assets/com.seaqqull.utilities/Documentation/com.seaqqull.utilities.md