sxm-sxpxxl / procedural-mesh-generator

A simple Unity editor tool of procedural mesh generating, modifying and exporting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mesh-generation-preview mesh-modification-preview

Unity Version License

About

A simple Unity editor tool of procedural mesh generating, modifying and exporting. Created for educational purposes.

Features

inspector-preview

  • 🔨 Procedural mesh generation of basic primitive shapes
    • Plane (with backace culling option)
    • Cube (with roundness option)
    • Cube Sphere (a more evenly distributed sphere than a cube with maximum roundness)
  • 🔧 Changing mesh vertices with simple modifiers in multi-threaded way with Job System, Burst Compiler and Unity Mathematics library for better calculations
    • Sine
    • Ripple
  • 💾 Export meshes in multiple formats
    • Unity Asset (.asset)
    • Wavefront OBJ (.obj)
  • 📦 Creating and updating according to the mesh of various colliders
    • Bounds
    • Mesh
  • ☕ Custom editor inspector for more convenient work with the procedural generation component

How To Install

Install via UPM (using Git URL)

Please add the following line to the manifest file (Packages/manifest.json) to the dependencies section:

"com.sxm.procedural-mesh-generator": "https://github.com/sxm-sxpxxl/procedural-mesh-generator.git"

or just download and unzip the repository into the Packages folder.

About

A simple Unity editor tool of procedural mesh generating, modifying and exporting.

License:MIT License


Languages

Language:C# 100.0%