Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxartz15/ma_utils
A collection of utilities for Unity.
https://github.com/maxartz15/ma_utils
editor enum mesh texture unity unity-3d unity-editor unity3d-plugin utility
Last synced: 10 days ago
JSON representation
A collection of utilities for Unity.
- Host: GitHub
- URL: https://github.com/maxartz15/ma_utils
- Owner: maxartz15
- License: mit
- Created: 2019-11-09T17:03:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T23:19:39.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T10:13:45.875Z (26 days ago)
- Topics: editor, enum, mesh, texture, unity, unity-3d, unity-editor, unity3d-plugin, utility
- Language: C#
- Size: 28.3 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MA_Utils
A collection of utilities for Unity.## Editor Utils
### Grid
DrawGrid,
DrawZoomableGrid.
### GUILayoutZoom
ZoomArea/group.
### Rect
TopLeft,
ScaleSizeBy,
MultiplyRectSize,
MultiplyRectSizeAndCenter.## Enum Utils
Enum flags, select multiple options inside an enum, with multi-select dropdown editor.## Mesh Utils
SaveMeshAsset,
DuplicateMesh,
ReMapUV,
UVReMap,
Wrap (uv's),
MeshToString,
MeshToFile.## Texture Utils
A collection of texture utilities to use in unity.
### Base Functions
Read,
Save,
CopyProperties,
Combine,
Scale,
Tile.
### Effects/Adjustments
GrayScale,
Invert,
AlphaTexture,
BlendMultiply,
BlendScreen,
BlendOverlay,
BlendOpacity,
Brightness,
ColorReplace,
Contrast,
Mask,
MinMax,
Normal,
BoxBlur,
Blur.
### Generate
PerlinNoise,
SolidColor.