Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 408 Bytes

readme.md

File metadata and controls

33 lines (25 loc) · 408 Bytes

Array Extensions

Why

This:

Array.ForEach(array, print);

Transforms into:

array.ForEach(print);

Install

Find Packages/manifest.json in your project and edit it to look like this:

{
  "dependencies": {
    "com.codeavr.array-extensions": "https://github.com/Codeavr/UnityArrayExtensions.git"
  }
}

Requirements

  • Unity any version
  • Git

License

  • MIT