Skip to content

Seaqqull/unity-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💾 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 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.