Skip to content

A simple collection of extensions that I find useful when working with Unity and C#

License

Notifications You must be signed in to change notification settings

pmizel/Unity3D-Extensions

 
 

Repository files navigation

Extensions

GitHub package.json version GitHub issues GitHub pull requests GitHub license GitHub last commit

Extensions is a simple collection of extensions that I find useful when working with Unity and C#.

Usage

The extensions that are currently implemented are for the following classes

Contributing

Pull requests are welcomed. Please feel free to fix any issues you find, or add new features.

Installing

Installing Extensions into your Unity3D project is done through the Package Manager.

You can either add the package manually to the manifest.json file:

{
    "dependencies": {
        "net.tnrd.extensions": "https://github.com/Thundernerd/Unity3D-Extensions.git"
    }
}

Or add it through the UI by selecting the + button in the top left of the Package Manager, selecting Add package from git URL..., and pasting https://github.com/Thundernerd/Unity3D-Extensions.git in the input field.

About

A simple collection of extensions that I find useful when working with Unity and C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%