You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,15 @@
2
2
3
3
# ℹ️ Features
4
4
5
-
* Various utility extensions for working with common System and Unity types.
5
+
* Various utility extensions for commonly used Unity and System types.
6
+
* Supports disabling extensions on a per-type basis: `EXT_0_<NAMESPACE>_<TYPE>`
6
7
7
8
<br/>
8
9
9
10
10
11
**⌛ Planned**
11
12
12
-
*[ ]Preprocessor symbols to disable extensions on a per-type basis (ie. `EXTENSIONS_DISABLE_UNITYENGINE_RECT`.
13
+
*[ ]Extensions for types defined outside Unity core module (Animation, UI, etc.) and preprocessor symbols to selectively enable them: `EXT_1_<NAMESPACE>_<TYPE>`
13
14
*[ ] Online documentation
14
15
15
16
<br/>
@@ -27,4 +28,19 @@
27
28
28
29
See `Runtime` folder for full list of extensions.
29
30
31
+
<br/>
32
+
33
+
#### ⭕ Disabling extensions for specific type
34
+
35
+
36
+
37
+
Add a preprocessor symbol to your project settings on the form: `EXT_0_<NAMESPACE>_<TYPE>`.
0 commit comments