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.
- Host: GitHub
- URL: https://github.com/rfadeev/unity-forge-extension-methods
- Owner: rfadeev
- License: mit
- Created: 2018-02-18T09:34:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T14:40:26.000Z (over 8 years ago)
- Last Synced: 2025-07-13T22:26:32.767Z (11 months ago)
- Topics: csharp, extension-methods, unity, unity3d
- Language: C#
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.