Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/metamesh
Unity primitive mesh generator as an asset importer
https://github.com/keijiro/metamesh
unity unity3d
Last synced: 25 days ago
JSON representation
Unity primitive mesh generator as an asset importer
- Host: GitHub
- URL: https://github.com/keijiro/metamesh
- Owner: keijiro
- Created: 2019-11-21T08:03:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T06:07:31.000Z (about 1 year ago)
- Last Synced: 2024-10-11T04:42:15.403Z (25 days ago)
- Topics: unity, unity3d
- Language: C#
- Homepage:
- Size: 88.9 KB
- Stars: 343
- Watchers: 9
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Metamesh
========![gif](https://i.imgur.com/4ldi2dH.gif)
![gif](https://i.imgur.com/GXz7Q41.gif)**Metamesh** is a Unity package that generates primitive meshes. It works as a
custom asset importer but doesn't import anything from an input file. Instead
of importing a file, it reads properties from a metafile and procedurally
generates a mesh.At the moment, it only supports very basic primitive shapes.
- Plane
- Box
- Sphere (UV sphere)
- Icosphere
- Cylinder
- Rounded box
- Ring
- Disc
- Teapot
- TriangleRelated Project
---------------- [Metatex] - Metadata-only texture asset importer
[Metatex]: https://github.com/keijiro/Metatex
How To Install
--------------This package uses the [scoped registry] feature to resolve package
dependencies. Open the Package Manager page in the Project Settings window and
add the following entry to the Scoped Registries list:- Name: `Keijiro`
- URL: `https://registry.npmjs.com`
- Scope: `jp.keijiro`![Scoped Registry](https://user-images.githubusercontent.com/343936/162576797-ae39ee00-cb40-4312-aacd-3247077e7fa1.png)
Now you can install the package from My Registries page in the Package Manager
window.![My Registries](https://user-images.githubusercontent.com/343936/162576825-4a9a443d-62f9-48d3-8a82-a3e80b486f04.png)
[scoped registry]: https://docs.unity3d.com/Manual/upm-scoped.html