https://github.com/mortennobel/unityutils
A library of C# utility classes for Unity
https://github.com/mortennobel/unityutils
c-sharp graphics-programming unity
Last synced: 3 days ago
JSON representation
A library of C# utility classes for Unity
- Host: GitHub
- URL: https://github.com/mortennobel/unityutils
- Owner: mortennobel
- License: mit
- Created: 2011-02-26T17:51:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T14:10:11.000Z (almost 7 years ago)
- Last Synced: 2025-04-24T00:04:36.597Z (3 days ago)
- Topics: c-sharp, graphics-programming, unity
- Language: C#
- Homepage:
- Size: 940 KB
- Stars: 91
- Watchers: 16
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Utils
Collada:
- Simple support for ColladaExportExtensions:
- Extension classes Unity classesHMesh:
- Halfedge data structure. For procedural mesh generation.
- ExperimentalMath:
- Miscellaneous math functionsObj:
- Wavefront OBJ file exporterScene:
- Custom renderesSVG:
- Export to SVG
- Experimental