Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 536 Bytes

C# Extension Methods

Useful extension methods for C# developed for easy instalation with Unity's Package Manager.

Installing

Using git

  • Open the Package Manager window
  • Click on the "plus" sign
  • Select "Add package from git URL"
  • Paste this repo's SSH link ([email protected]:PixelRouge/CsharpExtensionMethods.git)

Editing manifest file

Add the following line to your manifest.json found in the "Packages" folder

"com.pixelrouge.csharpextensionmethods": "[email protected]:PixelRouge/CsharpExtensionMethods.git"