Skip to content

Torgo13/UnityExtensions

Repository files navigation

UnityExtensions

Overview

A collection of extension methods and utilities from Unity. These are all freely available from https://github.com/Unity-Technologies/ and https://github.com/needle-mirror/.

Package contents

Extensions are categorised into separate Assembly Definitions based on their use-case:

  • Editor: Only available to editor scripts. Designed to streamline development within the Unity Editor.
  • Packages: Extensions that require additional packages from Unity.
  • Unsafe: Uses the unsafe keyword to perform memory manipulation.
  • Runtime: Everything else.

Installation instructions

https://docs.unity3d.com/Manual/upm-ui-giturl.html

To install a UPM package from a Git URL:

  1. Open the Package Manager window, if it’s not already open.
  2. Open the install menu in the Package Manager’s toolbar.
  3. The options for installing packages will appear.
  4. Select Install package from git URL from the install menu. A text box and an Install button appear.
  5. Enter the following Git URL in the text box: https://github.com/Torgo13/UnityExtensions.git
  6. Select Install.

Requirements

Unity 2022.3.20f1 LTS or later.

License

See https://github.com/Torgo13/UnityExtensions/blob/main/LICENSE.md

About

Collection of extension methods from Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published