Skip to content

Unity primitive mesh generator as an asset importer

Notifications You must be signed in to change notification settings

keijiro/Metamesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metamesh

gif 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
  • Triangle

Related Project

  • Metatex - Metadata-only texture asset importer

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

Now you can install the package from My Registries page in the Package Manager window.

My Registries