Collection of various C# method extensions and class wrappers to increase productivity when working with Unity game engine.
- 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/UnityXtensions.git)
Add the following line to your manifest.json
found in the "Packages" folder
"com.pixelrouge.unityxtensions": "[email protected]:PixelRouge/UnityXtensions.git"
Not all methods were created by us, some were taken from everywhere around the Unity open-source community.