Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.