Skip to content

Faulo/UnityExtensions

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

UnityExtensions

openupm

C# extension functions, attributes and editor tools for common Unity problems.

Documentation

Key features:

  • Additional Linq-like IEnumerable extensions.
  • Expandable attribute, to in-place edit asset references.
  • HDRP <=> URP Asset converter.
  • Project file fixer, to set C# version and warning level for .csproj files.
  • A .cs template for proper namespace support.
  • A WebGL template for use in iframes.

Requirements

  • Unity 2020.3

Installation

Install via manifest.json

The package is available on the openupm registry. The easiest way to install it is to set up a scoped registry via Unity's manifest.json:

{
  "scopedRegistries": [
    {
      "name": "OpenUPM",
      "url": "https://package.openupm.com",
      "scopes": [
		"net.slothsoft.unity-extensions"
      ]
    }
  ],
  "dependencies": {
    "net.slothsoft.unity-extensions": "2.5.0",
  }
}

Install via OpenUPM-CLI

Alternatively, you may install it via openupm-cli:

openupm add net.slothsoft.unity-extensions

About

Some C# Extension functions for common Unity problems.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages