Skip to content

kdc916/FXMeshGeneratorPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

image

VFX Mesh Generator Pro for Unity

VFX Mesh Generator Pro is a Unity Editor tool designed to quickly create and edit meshes for real-time game visual effects.

It helps VFX artists generate common effect meshes such as slashes, rings, trails, beams, domes, ribbons, and helix shapes directly inside Unity.


image

Preview

Add your YouTube video or preview image here.

[Watch the Demo Video](YOUR_YOUTUBE_URL)

Features

  • Slash and arc mesh generation
  • Ring and shockwave meshes
  • Dome and hemisphere meshes
  • Beam and trail meshes
  • Helix and cross-helix shapes
  • UV editing and UV flow preview
  • Vertex color and vertex alpha controls
  • Wireframe preview
  • Normal and tangent generation
  • Mesh optimization options
  • Preset-based workflow
  • Unity Editor preview
  • Mesh export as Unity assets

Requirements

  • Unity 6 or newer recommended
  • Unity Editor
  • Built-in Render Pipeline, URP, or HDRP
  • Windows and macOS Editor environments

This tool mainly generates mesh assets, so the exported meshes can be used with different Unity render pipelines.


Installation

Option 1: Download ZIP

  1. Download this repository as a ZIP file.
  2. Extract the downloaded file.
  3. Copy the FXMeshGeneratorPro folder into your Unity project's Assets folder.

Recommended path:

Assets/FXMeshGeneratorPro/

Example structure:

Assets/
└─ FXMeshGeneratorPro/
   ├─ Editor/
   │  └─ FXMeshGeneratorProUnityEdition.cs
   └─ README.md

Option 2: Git Clone

Clone this repository into your Unity project's Assets folder.

git clone YOUR_REPOSITORY_URL Assets/FXMeshGeneratorPro

How to Use

  1. Open your Unity project.
  2. Install the tool inside the Assets folder.
  3. Open the VFX Mesh Generator Pro window from the Unity Editor menu.
  4. Select a mesh type.
  5. Adjust the mesh, UV, vertex color, and optimization settings.
  6. Preview the result.
  7. Export the generated mesh as a Unity asset.

Recommended Workflow

  1. Create the base VFX mesh.
  2. Adjust segments and mesh density.
  3. Set UV direction and scale.
  4. Configure vertex alpha or vertex color.
  5. Check the wireframe and mesh shape.
  6. Export the mesh.
  7. Apply a VFX material or particle shader.

Performance Notes

High segment values can create heavy meshes and may reduce Unity Editor performance.

For mobile game VFX, keep the vertex and triangle count as low as possible while maintaining the required silhouette.

Cross Helix and other complex mesh types may require additional optimization when using high-density settings.


Folder Structure

FXMeshGeneratorPro/
├─ Editor/
│  ├─ FXMeshGeneratorProUnityEdition.cs
│  └─ FXMeshGeneratorProUnityEdition.cs.meta
├─ Documentation/
├─ README.md
├─ LICENSE
└─ .gitignore

Unity .meta files should be included to preserve asset GUIDs and references.


Use Cases

  • Unity particle effects
  • Slash and sword effects
  • Shockwaves
  • Magic circles
  • Skill effects
  • Trails and beams
  • Character aura effects
  • Mobile game VFX
  • Stylized and realistic game effects

Known Limitations

  • Very high mesh density may slow down the Editor preview.
  • Generated meshes still require an appropriate material or shader.
  • Complex presets may need manual optimization for mobile platforms.
  • Always back up important project files before updating the tool.

License

Choose and include an appropriate license before distributing this project.

For open-source distribution, the MIT License is commonly used.

This project is licensed under the MIT License.
See the LICENSE file for details.

Author

Created by maxVFX

Game VFX Artist / Technical Artist


Support

When reporting an issue, please include:

  • Unity version
  • Render pipeline
  • Console error message
  • Reproduction steps
  • Screenshot or video when possible

Keywords

Unity VFX, Unity Mesh Generator, Game VFX Tool, VFX Mesh, Unity Editor Tool, Slash Mesh, Trail Mesh, Beam Mesh, Helix Mesh, Technical Art, Game Effects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors