Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theoctan/unityextensions
This package contains extensions for GameObject, Transform, Physics, Vector, Color, Collections and has linear converter for mathematical transformations.
https://github.com/theoctan/unityextensions
collections color convert extensions gameobject linear physics tools transform unity vector
Last synced: 26 days ago
JSON representation
This package contains extensions for GameObject, Transform, Physics, Vector, Color, Collections and has linear converter for mathematical transformations.
- Host: GitHub
- URL: https://github.com/theoctan/unityextensions
- Owner: TheOctan
- License: mit
- Created: 2022-08-11T12:52:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T15:22:30.000Z (9 months ago)
- Last Synced: 2024-11-16T01:41:49.539Z (3 months ago)
- Topics: collections, color, convert, extensions, gameobject, linear, physics, tools, transform, unity, vector
- Language: C#
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityExtensions
![UnityExtensions](Images/csharp-unity.png)
## Extensions
* `GameObject`
* `TransformExtensions`
* `PhysicsExtensions`
* `VectorExtensions`
* `ColorExtensions`
* `CollectionExtensions`
* `ArrayExtensions`
* `LinearConverter`## Installing
The suggested way to install this package is through the Unity's Package Manager itself, via a GIT url. This way, you will be notified once new versions get released, and you will be able to download them directly from the Unity Editor.**The GIT url you need to add to the Package manager is the following** (copy and paste it): **https://github.com/TheOctan/UnityExtensions.git**
For more info on how to install custom packages from a GIT Url, please read here: https://docs.unity3d.com/Manual/upm-ui-giturl.html
## Contributing
If you want to contribute:1. Fork the project: https://github.com/TheOctan/UnityExtensions/fork
2. Create your own feature branch
3. Commit your changes to GitHub
4. Push to the branch
5. Create a new Pull RequestMore information about contributing here: https://github.com/firstcontributions/first-contributions