Skip to content

A collection of utility scripts for Unity to help streamline development.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

orikome/OrikomeUtils

Repository files navigation

OrikomeUtils

A collection of utility scripts for Unity to help streamline common development tasks such as UI transitions and layer mask management.

Installation

  1. Open your Unity project.
  2. Navigate to Window > Package Manager.
  3. Click the + button and select Add package from git URL....
  4. Enter the GitHub URL: https://github.com/orikome/OrikomeUtils.git.

Usage Example

using OrikomeUtils;

// Fades out all Image and TextMeshProUGUI components under 'myTransform' over 2 seconds.
StartCoroutine(TransitionUtils.FadeTransition(myTransform, 2.0f, 1.0f, 0.0f));

Code Formatting

CSharpier is used to maintain consistent code formatting.

About

A collection of utility scripts for Unity to help streamline development.

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages