https://github.com/eviltwo/polymeshtools
This is a tool to simplify Mesh generation in C#. You don't have to worry about the number of vertices or indices; you can just keep sending triangles.
https://github.com/eviltwo/polymeshtools
unity unity-tool unity-tools unity3d upm-package
Last synced: 8 months ago
JSON representation
This is a tool to simplify Mesh generation in C#. You don't have to worry about the number of vertices or indices; you can just keep sending triangles.
- Host: GitHub
- URL: https://github.com/eviltwo/polymeshtools
- Owner: eviltwo
- License: mit
- Created: 2025-01-19T12:22:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T12:48:16.000Z (12 months ago)
- Last Synced: 2025-06-13T07:06:09.403Z (8 months ago)
- Topics: unity, unity-tool, unity-tools, unity3d, upm-package
- Language: C#
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PolyMeshTools
This is a tool to simplify Mesh generation in C#. You don't have to worry about the number of vertices or indices; you can just keep sending triangles.
[日本語の記事](https://note.com/daiki_all/n/n2c0a9317d16a)
# Install with UPM
```
https://github.com/eviltwo/PolyMeshTools.git?path=PolyMeshTools/Assets/PolyMeshTools
```
# Usage
## Implement a ScriptableAsset class
that inherits from PolyMeshBlueprint. Add as many triangles as needed in the Write(IPolyWriter writer) method.
https://github.com/eviltwo/PolyMeshTools/blob/995663ded59a573c477123282ca12b71f449d29a/PolyMeshTools/Assets/PolyMeshTools/Scripts/Runtime/Blueprints/DiscBlueprint.cs#L6-L39
## Create ScriptableAsset instance



## Press the "Generate Mesh Asset"
button on the blueprint to generate a Mesh.

# Support My Work
As a solo developer, your financial support would be greatly appreciated and helps me continue working on this project.
- [Asset Store](https://assetstore.unity.com/publishers/12117)
- [Steam](https://store.steampowered.com/curator/45066588)
- [GitHub Sponsors](https://github.com/sponsors/eviltwo)