Skip to content

Faulo/net.slothsoft.unity-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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