An open API service indexing awesome lists of open source software.

https://github.com/rfadeev/unity-forge-extension-methods

Collection of extension methods for Unity.
https://github.com/rfadeev/unity-forge-extension-methods

csharp extension-methods unity unity3d

Last synced: about 1 month ago
JSON representation

Collection of extension methods for Unity.

Awesome Lists containing this project

README

          

# Unity Forge Extension Methods
Collection of extension methods for Unity.

## Description
Various extension methods for following Unity classes:
1. [GameObject](https://github.com/rfadeev/unity-forge-extension-methods/blob/master/Source/ExtensionMethods/GameObject/GameObjectExtensions.cs)
2. [Graphic](https://github.com/rfadeev/unity-forge-extension-methods/blob/master/Source/ExtensionMethods/Graphic/GraphicExtensions.cs)
3. RectTransform
* [Anchor and pivot presets](https://github.com/rfadeev/unity-forge-extension-methods/blob/master/Source/ExtensionMethods/RectTransform/RectTransformExtensions.AnchorPivotPresets.cs)
* [Properties](https://github.com/rfadeev/unity-forge-extension-methods/blob/master/Source/ExtensionMethods/RectTransform/RectTransformExtensions.Properties.cs)
4. [SpriteRenderer](https://github.com/rfadeev/unity-forge-extension-methods/blob/master/Source/ExtensionMethods/SpriteRenderer/SpriteRendererExtensions.cs)
5. [Transform](https://github.com/rfadeev/unity-forge-extension-methods/blob/master/Source/ExtensionMethods/Transform/TransformExtentions.cs)

## How to use
Add this repository as submodule under Assets folder or download it and put to Assets folder of your Unity project.
Import `UnityForge` namespace to use extension methods.