# Lowpoly Style Mesh Generator

### Introduction

[**Lowpoly Style Mesh Generator**](https://assetstore.unity.com/packages/tools/modeling/lowpoly-style-mesh-generator-196511?aid=1011lvgVb) transforms ordinary 3D mesh models into stunning stylized artworks. Whether you're creating low-poly worlds, polyworld designs, or papercraft-inspired visuals, this tool refines meshes into a clean flat-shaded aesthetic.&#x20;

<div><figure><img src="/files/ALsQhK0yWxAfoXUVjRJd" alt="" width="563"><figcaption><p>Default models converted into <strong>lowpoly style meshes</strong></p></figcaption></figure> <figure><img src="/files/cRRByzA9xhXn3gtd5TBS" alt="" width="563"><figcaption><p><a href="https://assetstore.unity.com/packages/3d/environments/cartoon-town-and-farm-17254?aid=1011lvgVb"><mark style="color:orange;"><strong>Cartoon Town and Farm</strong></mark> by Manufactura K4</a></p></figcaption></figure></div>

<div><figure><img src="/files/ggqoCUkW5oQn9ATaL1lM" alt="" width="563"><figcaption><p>Default models converted into <strong>lowpoly style meshes</strong></p></figcaption></figure> <figure><img src="/files/n5NICQaSzRmfU1u8aWJc" alt="" width="563"><figcaption><p><a href="https://assetstore.unity.com/packages/3d/environments/fantasy/top-down-city-13757?aid=1011lvgVb"><mark style="color:orange;"><strong>Top-Down City</strong></mark><strong> by Manufactura K4</strong></a></p></figcaption></figure></div>

With full support for **Skinned Meshes** and **Blend Shapes**, the tool ensures that character models retain their animations and facial expressions, making it ideal for games with dynamic characters and interactive elements.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5YOwuRZNBMTHfltYFTeO%2Fuploads%2Fv8E8IPOsbohMolzmFM2U%2FMovie_007.mp4?alt=media&token=ef8eb2dd-f7e5-4693-be94-a3bf8238ba1b>" %}
[<mark style="color:orange;">**Animals Full Pack**</mark>**&#x20;by PROTOFACTOR, INC**](https://assetstore.unity.com/packages/3d/characters/animals/animals-full-pack-5032?aid=1011lvgVb)
{% endembed %}

**Lowpoly Style Mesh Generator** achieves a striking flat-shaded effect without reducing polygon count. Instead of decimating geometry, this tool fundamentally transforms how shading and color are processed, ensuring a distinct low-poly aesthetic while maintaining the original mesh structure.

**How It Works:**

* **Per-Vertex Color Baking**: The tool bakes color textures directly into the mesh on a per-vertex basis, eliminating the need for complex shading techniques. This ensures crisp, vibrant surfaces that contribute to the stylized visual effect.
* **Flattening Surface Normals**: Instead of relying on smooth shading, the tool modifies surface *<mark style="color:blue;">normals</mark>* by flattening them per face, creating a hard-edged appearance that mimics classic low-poly styles.
* **Vertex Count Adjustment**: While the triangle count remains identical to the original mesh, the vertex count is adjusted to three times the triangle count. This is because each triangle must have unique vertices to maintain the flat-shaded look. In typical 3D models, vertices are often shared across multiple triangles, but for a proper low-poly style, every vertex must be distinct to ensure shading accuracy.

**The Result:**

* A sharp-edged, flat-shaded look without reducing the model’s detail.
* Full preservation of Skinned Meshes and Blend Shapes, ensuring animated characters maintain their movement and expressions.
* A lightweight yet visually striking asset that works seamlessly in low-poly worlds, polyworld designs, and stylized games.
* No hardware requirements - lowpoly style meshes can be rendered on any device, from mobile and VR to high-end PCs.
* Shader flexibility - any shader that supports vertex color can be used, allowing artists and developers to customize the visual style effortlessly.
* Optimized project size—since textures are baked into the mesh per vertex, there’s no need to store external texture files, significantly reducing the final project’s build size.

**Considerations & Limitations:**

While the tool offers a powerful way to achieve stylized low-poly visuals, a few factors should be considered:

* Conversion step required – Ordinary meshes need to undergo the conversion process to achieve the low-poly effect.
* Increased vertex count – Since the tool adjusts the vertex count to three times the triangle count, the generated mesh may contain more vertices than the original. This could increase the rendered vertex count, impacting performance in highly complex scenes.
* Suitability of meshes – Not all models may be ideal for conversion. Extremely high-poly meshes may lead to excessive vertex generation, while very low-poly meshes might not visibly benefit from the flat-shaded effect.

<div><figure><img src="/files/1ZZwyfDglHrpQkUCR1LJ" alt=""><figcaption><p>Default models converted into <strong>lowpoly style meshes</strong></p></figcaption></figure> <figure><img src="/files/1g7wRq3cy4HouSzYSd12" alt=""><figcaption><p><a href="https://assetstore.unity.com/packages/3d/environments/fantasy/top-down-assets-5806?aid=1011lvgVb"><mark style="color:orange;"><strong>Top-Down Assets</strong></mark><strong> by Manufactura K4</strong></a></p></figcaption></figure></div>

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5YOwuRZNBMTHfltYFTeO%2Fuploads%2FWTjCif45BYPo5g8YeNXb%2FMovie_006.mp4?alt=media&token=d01ad5e1-f6f7-4f47-ba09-241620b002e2>" %}
[<mark style="color:orange;">**Animals Full Pack**</mark>**&#x20;by PROTOFACTOR, INC**](https://assetstore.unity.com/packages/3d/characters/animals/animals-full-pack-5032?aid=1011lvgVb)
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://amazing-assets.gitbook.io/lowpoly-style-mesh-generator/lowpoly-style-mesh-generator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
