Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smidgens/unity-extensions

Misc. type extensions for Unity.
https://github.com/smidgens/unity-extensions

extensions not-affiliated-with-the-guy-who-stole-my-shoes smidgenomics unity unity-extensions unity-plugin

Last synced: 7 days ago
JSON representation

Misc. type extensions for Unity.

Awesome Lists containing this project

README

        

![](/.github/banner.png?raw=true "")

# ℹī¸ Features

* Various utility extensions for commonly used Unity and System types.
* Supports disabling extensions on a per-type basis: `EXT_0__`


**⌛ Planned**

* [ ] Extensions for types defined outside Unity core module (Animation, UI, etc.) and preprocessor symbols to selectively enable them: `EXT_1__`
* [ ] Online documentation


# đŸ“Ļ Install

1. Open Package Manager
2. Paste GitHub URL:\
`https://github.com/Smidgens/unity-extensions.git#`


# 🚀 Use

See `Runtime` folder for full list of extensions.


#### ⭕ Disabling extensions for specific type

Add a preprocessor symbol to your project settings on the form: `EXT_0__`.

Example:

```cs
// disables extensions for System.Float
EXT_0_SYSTEM_FLOAT
```